mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-24 10:40:07 +08:00
fix: remove 'auto' option from qwen model supported options
This commit is contained in:
parent
dfeb54fd94
commit
c565d91591
@ -35,7 +35,7 @@ const MODEL_SUPPORTED_OPTIONS: Record<string, ThinkingOption[]> = {
|
||||
default: ['off', 'low', 'medium', 'high'],
|
||||
grok: ['off', 'low', 'high'],
|
||||
gemini: ['off', 'low', 'medium', 'high', 'auto'],
|
||||
qwen: ['off', 'low', 'medium', 'high', 'auto']
|
||||
qwen: ['off', 'low', 'medium', 'high']
|
||||
}
|
||||
|
||||
// 选项转换映射表:当选项不支持时使用的替代选项
|
||||
|
||||
Loading…
Reference in New Issue
Block a user