feat: update Qwen model names
This commit is contained in:
parent
18b5808a60
commit
72eb16bbea
12
cli/utils.py
12
cli/utils.py
|
|
@ -136,9 +136,9 @@ def select_shallow_thinking_agent(provider) -> str:
|
||||||
("GPT-4o - Standard model with solid capabilities", "gpt-4o"),
|
("GPT-4o - Standard model with solid capabilities", "gpt-4o"),
|
||||||
],
|
],
|
||||||
"qwen": [
|
"qwen": [
|
||||||
("Qwen-Turbo - Fast speed and low cost, suitable for simple tasks", "qwen-turbo"),
|
("Qwen-Turbo - Fast speed and low cost, suitable for simple tasks", "qwen-turbo-latest"),
|
||||||
("Qwen-Plus - Balanced combination of performance and speed, ideal for moderately complex tasks", "qwen-plus"),
|
("Qwen-Plus - Balanced combination of performance and speed, ideal for moderately complex tasks", "qwen-plus-latest"),
|
||||||
("Qwen-Max - For complex and multi-step tasks", "qwen-max"),
|
("Qwen-Max - For complex and multi-step tasks", "qwen-max-latest"),
|
||||||
("Qwen-Long - For long context tasks", "qwen-long")
|
("Qwen-Long - For long context tasks", "qwen-long")
|
||||||
],
|
],
|
||||||
"anthropic": [
|
"anthropic": [
|
||||||
|
|
@ -203,9 +203,9 @@ def select_deep_thinking_agent(provider) -> str:
|
||||||
],
|
],
|
||||||
"qwen": [
|
"qwen": [
|
||||||
("QwQ - Reasoning model. Have reached the level of DeepSeek-R1", "qwq-plus"),
|
("QwQ - Reasoning model. Have reached the level of DeepSeek-R1", "qwq-plus"),
|
||||||
("Qwen-Turbo - Fast speed and low cost, suitable for simple tasks", "qwen-turbo"),
|
("Qwen-Turbo - Fast speed and low cost, suitable for simple tasks", "qwen-turbo-latest"),
|
||||||
("Qwen-Plus - Balanced combination of performance and speed, ideal for moderately complex tasks", "qwen-plus"),
|
("Qwen-Plus - Balanced combination of performance and speed, ideal for moderately complex tasks", "qwen-plus-latest"),
|
||||||
("Qwen-Max - For complex and multi-step tasks", "qwen-max"),
|
("Qwen-Max - For complex and multi-step tasks", "qwen-max-latest"),
|
||||||
("Qwen-Long - For long context tasks", "qwen-long"),
|
("Qwen-Long - For long context tasks", "qwen-long"),
|
||||||
],
|
],
|
||||||
"anthropic": [
|
"anthropic": [
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue