mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-24 07:26:47 +08:00
Feat: add GLM-4.7 (#12102)
### What problem does this PR solve? Add GLM-4.7. ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -762,6 +762,13 @@
|
||||
"status": "1",
|
||||
"rank": "940",
|
||||
"llm": [
|
||||
{
|
||||
"llm_name": "glm-4.7",
|
||||
"tags": "LLM,CHAT,128K",
|
||||
"max_tokens": 128000,
|
||||
"model_type": "chat",
|
||||
"is_tools": true
|
||||
},
|
||||
{
|
||||
"llm_name": "glm-4.5",
|
||||
"tags": "LLM,CHAT,128K",
|
||||
|
||||
Reference in New Issue
Block a user