chore(config): update default model to deepseek-v4-flash
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user