Kevin Hu
commited on
Commit
·
4a78f27
1
Parent(s):
16f0c86
remove qwen-v1-max (#1895)
Browse files### 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 -0
conf/llm_factories.json
CHANGED
@@ -115,6 +115,12 @@
|
|
115 |
"tags": "LLM,CHAT,IMAGE2TEXT",
|
116 |
"max_tokens": 765,
|
117 |
"model_type": "image2text"
|
|
|
|
|
|
|
|
|
|
|
|
|
118 |
}
|
119 |
]
|
120 |
},
|
|
|
115 |
"tags": "LLM,CHAT,IMAGE2TEXT",
|
116 |
"max_tokens": 765,
|
117 |
"model_type": "image2text"
|
118 |
+
},
|
119 |
+
{
|
120 |
+
"llm_name": "qwen-vl-plus",
|
121 |
+
"tags": "LLM,CHAT,IMAGE2TEXT",
|
122 |
+
"max_tokens": 765,
|
123 |
+
"model_type": "image2text"
|
124 |
}
|
125 |
]
|
126 |
},
|