mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
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:
@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user