chore: update default API and model to DeepSeek

This commit is contained in:
2026-06-09 17:09:32 +08:00
parent 401f6ccbe0
commit 9f33d0f2ed
+2 -2
View File
@@ -1,6 +1,6 @@
# gai configuration
GAI_API_KEY=sk-your-api-key-here
GAI_API_BASE=https://api.openai.com/v1
GAI_MODEL=gpt-4o
GAI_API_BASE=https://api.deepseek.com/v1
GAI_MODEL=deepseek-v4-flash
GAI_MAX_TOKENS=500
GAI_TEMPERATURE=0.7