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)
This commit is contained in:
parent
a313b77cdd
commit
37be0ff3d3
1 changed files with 6 additions and 0 deletions
|
|
@ -115,6 +115,12 @@
|
||||||
"tags": "LLM,CHAT,IMAGE2TEXT",
|
"tags": "LLM,CHAT,IMAGE2TEXT",
|
||||||
"max_tokens": 765,
|
"max_tokens": 765,
|
||||||
"model_type": "image2text"
|
"model_type": "image2text"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"llm_name": "qwen-vl-plus",
|
||||||
|
"tags": "LLM,CHAT,IMAGE2TEXT",
|
||||||
|
"max_tokens": 765,
|
||||||
|
"model_type": "image2text"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue