diff --git a/docutranslate/agents/thinking/thinking_factory.py b/docutranslate/agents/thinking/thinking_factory.py index e1753fe..1b6c61c 100644 --- a/docutranslate/agents/thinking/thinking_factory.py +++ b/docutranslate/agents/thinking/thinking_factory.py @@ -39,7 +39,7 @@ def get_thinking_mode_by_model_id(model_id: str) -> tuple[str, str | dict, str | model_id = model_id.strip().lower() if "glm-4.5" in model_id: return thinking_mode["bigmodel"] - elif "qwen/qwen3" in model_id: + elif "qwen3" in model_id: return thinking_mode["aliyun"] elif "seed-1-6" in model_id: return thinking_mode["volces"]