Merge pull request #2470 from QwenLM/fix-minimax-context

fix: correct token limits for MiniMax-M2.5 and GLM models
This commit is contained in:
Mingholy 2026-03-19 16:57:42 +08:00 committed by GitHub
commit 7492af725b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 10 additions and 9 deletions

View file

@ -97,7 +97,7 @@ export function generateCodingPlanTemplate(
extra_body: {
enable_thinking: true,
},
contextWindowSize: 1000000,
contextWindowSize: 196608,
},
},
{
@ -222,7 +222,7 @@ export function generateCodingPlanTemplate(
extra_body: {
enable_thinking: true,
},
contextWindowSize: 1000000,
contextWindowSize: 196608,
},
},
{