fix: update DeepSeek direct models to v4
Memind CI / Test, build, and release guards (pull_request) Successful in 1m51s

This commit is contained in:
john
2026-07-25 07:46:00 +08:00
parent 62fd5188ab
commit 69dabd5186
3 changed files with 36 additions and 29 deletions
+2 -2
View File
@@ -21,8 +21,8 @@ export const LLM_PROVIDER_CATALOG = [
label: 'DeepSeek',
kind: 'builtin',
apiKeyEnv: 'DEEPSEEK_API_KEY',
defaultModel: 'deepseek-chat',
models: ['deepseek-chat', 'deepseek-reasoner'],
defaultModel: 'deepseek-v4-pro',
models: ['deepseek-v4-pro', 'deepseek-v4-flash'],
},
{
id: 'openai',