From 37be0ff3d33ccdb1ae4020ad5ca2aa7e903a087f Mon Sep 17 00:00:00 2001 From: Kevin Hu Date: Fri, 9 Aug 2024 18:58:58 +0800 Subject: [PATCH] remove qwen-v1-max (#1895) ### What problem does this PR solve? #1748 ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue) --- conf/llm_factories.json | 6 ++++++ 1 file changed, 6 insertions(+) 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" } ] },