diff --git a/conf/llm_factories.json b/conf/llm_factories.json index c7c52ddd4..89d9334ed 100644 --- a/conf/llm_factories.json +++ b/conf/llm_factories.json @@ -190,6 +190,12 @@ "max_tokens": 2000, "model_type": "image2text" }, + { + "llm_name": "glm-4-9b", + "tags": "LLM,CHAT,", + "max_tokens": 8192, + "model_type": "chat" + }, { "llm_name": "embedding-2", "tags": "TEXT EMBEDDING",