mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-06 08:18:39 +00:00
fix: add deepseek-3.2-exp model entry to deepSeekModels for consistency
This commit is contained in:
parent
06eb310c34
commit
0ef01db9b2
1 changed files with 4 additions and 0 deletions
|
|
@ -31,6 +31,10 @@ export const deepSeekModels = {
|
|||
...deepSeekV3Info,
|
||||
description: `DeepSeek V3.2 (alias for deepseek-chat). ${deepSeekV3Info.description}`,
|
||||
},
|
||||
"deepseek-3.2-exp": {
|
||||
...deepSeekV3Info,
|
||||
description: `DeepSeek V3.2 Experimental (alias for deepseek-chat). ${deepSeekV3Info.description}`,
|
||||
},
|
||||
"deepseek-reasoner": {
|
||||
maxTokens: 65536, // 64K max output for reasoning mode
|
||||
contextWindow: 128_000,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue