chore: default context window to 200k

This commit is contained in:
chengyongru
2026-06-22 18:33:49 +08:00
committed by Xubin Ren
parent 991422a328
commit 0db9fbe250
10 changed files with 29 additions and 22 deletions
+1 -1
View File
@@ -329,7 +329,7 @@ The example below uses a generic OpenAI-compatible `custom` provider so the comp
"provider": "custom",
"model": "model-id-from-your-provider",
"maxTokens": 8192,
"contextWindowTokens": 65536,
"contextWindowTokens": 200000,
"temperature": 0.1
}
},