From 8257eeb3f2b682e7bc12fdf6189d6ab5c69975eb Mon Sep 17 00:00:00 2001 From: Kevin Hu Date: Mon, 28 Oct 2024 10:37:22 +0800 Subject: [PATCH] add model moonshot-v1-auto (#3051) ### What problem does this PR solve? #3048 ### 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 7e7aee46..bc5a466a 100644 --- a/conf/llm_factories.json +++ b/conf/llm_factories.json @@ -266,6 +266,12 @@ "tags": "LLM,CHAT", "max_tokens": 128000, "model_type": "chat" + }, + { + "llm_name": "moonshot-v1-auto", + "tags": "LLM,CHAT,", + "max_tokens": 128000, + "model_type": "chat" } ] },