diff --git a/conf/llm_factories.json b/conf/llm_factories.json index 7e7aee46b..bc5a466a5 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" } ] },