chore(config): update default model to deepseek-v4-flash

This commit is contained in:
2026-06-09 17:43:00 +08:00
parent 647d1096ba
commit c2e60db196
4 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -85,7 +85,7 @@ bun run gai config
|---|---|---|
| `GAI_API_KEY` | — | **Required.** Your API key |
| `GAI_API_BASE` | `https://api.deepseek.com/v1` | API base URL |
| `GAI_MODEL` | `deepseek-chat` | Model name |
| `GAI_MODEL` | `deepseek-v4-flash` | Model name |
| `GAI_MAX_TOKENS` | `500` | Max response tokens |
| `GAI_TEMPERATURE` | `0.7` | Sampling temperature |
@@ -96,7 +96,7 @@ Bun auto-loads `.env` — no dotenv needed:
```bash
GAI_API_KEY=sk-your-key
GAI_API_BASE=https://api.deepseek.com/v1
GAI_MODEL=deepseek-chat
GAI_MODEL=deepseek-v4-flash
```
### Using other providers