mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-07 08:26:51 +00:00
update maxTokens value for qwen/qwen3-32b model on Groq (#5138)
Co-authored-by: Kan <yihong.han@feat-ltd.jp> Co-authored-by: Daniel <57051444+daniel-lxs@users.noreply.github.com>
This commit is contained in:
parent
1c37b77e9d
commit
c797c9a1d1
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ export const groqModels = {
|
||||||
description: "Alibaba Qwen QwQ 32B model, 128K context.",
|
description: "Alibaba Qwen QwQ 32B model, 128K context.",
|
||||||
},
|
},
|
||||||
"qwen/qwen3-32b": {
|
"qwen/qwen3-32b": {
|
||||||
maxTokens: 131072,
|
maxTokens: 40960,
|
||||||
contextWindow: 131072,
|
contextWindow: 131072,
|
||||||
supportsImages: false,
|
supportsImages: false,
|
||||||
supportsPromptCache: false,
|
supportsPromptCache: false,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue