Fix: model parameter (#10730)
### What problem does this PR solve? Fix: fix model parameter #10729 ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
parent
1bad24e3ab
commit
d616354d66
1 changed files with 1 additions and 1 deletions
|
|
@ -2987,7 +2987,7 @@
|
||||||
"tags": "LLM,CHAT,IMAGE2TEXT,32k",
|
"tags": "LLM,CHAT,IMAGE2TEXT,32k",
|
||||||
"max_tokens": 32000,
|
"max_tokens": 32000,
|
||||||
"model_type": "image2text",
|
"model_type": "image2text",
|
||||||
"is_tools": true
|
"is_tools": false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"llm_name": "THUDM/GLM-Z1-32B-0414",
|
"llm_name": "THUDM/GLM-Z1-32B-0414",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue