mirror of
https://git.mirrors.martin98.com/https://github.com/infiniflow/ragflow.git
synced 2025-07-31 02:11:59 +08:00
Refa: update llms (#7007)
### What problem does this PR solve? Update LLM models ### Type of change - [x] Refactoring
This commit is contained in:
parent
ed352710ec
commit
018ff4dd0a
@ -198,8 +198,15 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"llm_name": "qwen-plus",
|
"llm_name": "qwen-plus",
|
||||||
"tags": "LLM,CHAT,32K",
|
"tags": "LLM,CHAT,132k",
|
||||||
"max_tokens": 32768,
|
"max_tokens": 131072,
|
||||||
|
"model_type": "chat",
|
||||||
|
"is_tools": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"llm_name": "qwen-plus-latest",
|
||||||
|
"tags": "LLM,CHAT,132k",
|
||||||
|
"max_tokens": 131072,
|
||||||
"model_type": "chat",
|
"model_type": "chat",
|
||||||
"is_tools": true
|
"is_tools": true
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user