From 460326ec9b676d92e30f444dad51e677170406ee Mon Sep 17 00:00:00 2001 From: Sun Tao <168447269+fengju0213@users.noreply.github.com> Date: Sun, 9 Mar 2025 14:17:15 +0800 Subject: [PATCH] Update run_qwen.py --- owl/run_qwen.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/owl/run_qwen.py b/owl/run_qwen.py index d5604d9..0dd2fed 100644 --- a/owl/run_qwen.py +++ b/owl/run_qwen.py @@ -39,7 +39,7 @@ def construct_society(question: str) -> OwlRolePlaying: ), "web": ModelFactory.create( model_platform=ModelPlatformType.QWEN, - model_type=ModelType.QWEN_MAX, + model_type=ModelType.QWEN_VL_MAX, model_config_dict={"temperature": 0}, ), "planning": ModelFactory.create( @@ -49,12 +49,12 @@ def construct_society(question: str) -> OwlRolePlaying: ), "video": ModelFactory.create( model_platform=ModelPlatformType.QWEN, - model_type=ModelType.QWEN_MAX, + model_type=ModelType.QWEN_VL_MAX, model_config_dict={"temperature": 0}, ), "image": ModelFactory.create( model_platform=ModelPlatformType.QWEN, - model_type=ModelType.QWEN_MAX, + model_type=ModelType.QWEN_VL_MAX, model_config_dict={"temperature": 0}, ), "search": ModelFactory.create(