mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2026-01-08 22:39:36 +08:00
fix(models): Add inference model detection for qwen-plus and qwen-turbo (#7622)
feat(models): 添加对qwen-plus和qwen-turbo模型的推理模型判断
This commit is contained in:
parent
14e31018f7
commit
49653435c2
@ -2508,9 +2508,11 @@ export function isSupportedThinkingTokenQwenModel(model?: Model): boolean {
|
|||||||
return (
|
return (
|
||||||
baseName.startsWith('qwen3') ||
|
baseName.startsWith('qwen3') ||
|
||||||
[
|
[
|
||||||
|
'qwen-plus',
|
||||||
'qwen-plus-latest',
|
'qwen-plus-latest',
|
||||||
'qwen-plus-0428',
|
'qwen-plus-0428',
|
||||||
'qwen-plus-2025-04-28',
|
'qwen-plus-2025-04-28',
|
||||||
|
'qwen-turbo',
|
||||||
'qwen-turbo-latest',
|
'qwen-turbo-latest',
|
||||||
'qwen-turbo-0428',
|
'qwen-turbo-0428',
|
||||||
'qwen-turbo-2025-04-28'
|
'qwen-turbo-2025-04-28'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user