diff --git a/conf/llm_factories.json b/conf/llm_factories.json index 4474cc71e..0f0b979da 100644 --- a/conf/llm_factories.json +++ b/conf/llm_factories.json @@ -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",