fix: update DeepSeek direct models to v4
Memind CI / Test, build, and release guards (pull_request) Successful in 1m51s
Memind CI / Test, build, and release guards (pull_request) Successful in 1m51s
This commit is contained in:
+2
-2
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user