mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-27 09:02:15 +00:00
fix: reasoner max token
This commit is contained in:
@@ -27,7 +27,7 @@ export const DEEPSEEK_MODEL_CATALOG: ModelDefinitionConfig[] = [
|
||||
reasoning: true,
|
||||
input: ["text"],
|
||||
contextWindow: 131072,
|
||||
maxTokens: 8192,
|
||||
maxTokens: 65536,
|
||||
cost: DEEPSEEK_DEFAULT_COST,
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user