From c1d0473f49c9ec99eea85c717637dda042de74f9 Mon Sep 17 00:00:00 2001 From: Kevin Hu Date: Mon, 21 Oct 2024 10:30:35 +0800 Subject: [PATCH] add zhipu glm-4-9b (#2912) ### What problem does this PR solve? #2910 ### Type of change - [x] New Feature (non-breaking change which adds functionality) --- conf/llm_factories.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/conf/llm_factories.json b/conf/llm_factories.json index c7c52ddd46..89d9334ed0 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",