mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
### What problem does this PR solve? Fix: incorrect agent template #10493 ### Type of change - [X] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
File diff suppressed because one or more lines are too long
@ -2816,6 +2816,13 @@
|
|||||||
"tags": "LLM,TEXT EMBEDDING,TEXT RE-RANK,IMAGE2TEXT",
|
"tags": "LLM,TEXT EMBEDDING,TEXT RE-RANK,IMAGE2TEXT",
|
||||||
"status": "1",
|
"status": "1",
|
||||||
"llm": [
|
"llm": [
|
||||||
|
{
|
||||||
|
"llm_name":"THUDM/GLM-4.1V-9B-Thinking",
|
||||||
|
"tags":"LLM,CHAT,IMAGE2TEXT, 64k",
|
||||||
|
"max_tokens":64000,
|
||||||
|
"model_type":"chat",
|
||||||
|
"is_tools": false
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"llm_name": "Qwen/Qwen3-Embedding-8B",
|
"llm_name": "Qwen/Qwen3-Embedding-8B",
|
||||||
"tags": "TEXT EMBEDDING,TEXT RE-RANK,32k",
|
"tags": "TEXT EMBEDDING,TEXT RE-RANK,32k",
|
||||||
@ -3145,13 +3152,6 @@
|
|||||||
"model_type": "chat",
|
"model_type": "chat",
|
||||||
"is_tools": true
|
"is_tools": true
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"llm_name": "Qwen/Qwen2-1.5B-Instruct",
|
|
||||||
"tags": "LLM,CHAT,32k",
|
|
||||||
"max_tokens": 32000,
|
|
||||||
"model_type": "chat",
|
|
||||||
"is_tools": true
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"llm_name": "Pro/Qwen/Qwen2.5-Coder-7B-Instruct",
|
"llm_name": "Pro/Qwen/Qwen2.5-Coder-7B-Instruct",
|
||||||
"tags": "LLM,CHAT,32k",
|
"tags": "LLM,CHAT,32k",
|
||||||
@ -3159,13 +3159,6 @@
|
|||||||
"model_type": "chat",
|
"model_type": "chat",
|
||||||
"is_tools": false
|
"is_tools": false
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"llm_name": "Pro/Qwen/Qwen2-VL-7B-Instruct",
|
|
||||||
"tags": "LLM,CHAT,IMAGE2TEXT,32k",
|
|
||||||
"max_tokens": 32000,
|
|
||||||
"model_type": "image2text",
|
|
||||||
"is_tools": false
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"llm_name": "Pro/Qwen/Qwen2.5-7B-Instruct",
|
"llm_name": "Pro/Qwen/Qwen2.5-7B-Instruct",
|
||||||
"tags": "LLM,CHAT,32k",
|
"tags": "LLM,CHAT,32k",
|
||||||
|
|||||||
Reference in New Issue
Block a user