diff --git a/.env.example b/.env.example index c69e1c2..7969301 100644 --- a/.env.example +++ b/.env.example @@ -1,3 +1,8 @@ OPENAI_API_KEY= OPENAI_MODEL=gpt-4.1-mini +LLM_PROVIDER=deepseek +DEEPSEEK_API_KEY= +DEEPSEEK_BASE_URL=https://api.deepseek.com +DEEPSEEK_MODEL=deepseek-v4-pro +DEEPSEEK_THINKING=disabled APP_DATA_DIR=./data