diff --git a/conf/llm_factories.json b/conf/llm_factories.json index 5d0e6ba45..42302c84e 100644 --- a/conf/llm_factories.json +++ b/conf/llm_factories.json @@ -115,6 +115,12 @@ "tags": "LLM,CHAT,IMAGE2TEXT", "max_tokens": 765, "model_type": "image2text" + }, + { + "llm_name": "qwen-vl-plus", + "tags": "LLM,CHAT,IMAGE2TEXT", + "max_tokens": 765, + "model_type": "image2text" } ] },