From 6c6b658ffe403d8ab3fdb2fbf79a551e0f1d689d Mon Sep 17 00:00:00 2001 From: Kevin Hu Date: Thu, 31 Oct 2024 10:30:23 +0800 Subject: [PATCH] add yi-lightning (#3119) ### What problem does this PR solve? #3111 ### 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 bc5a466a5..ae23ce4e9 100644 --- a/conf/llm_factories.json +++ b/conf/llm_factories.json @@ -2121,6 +2121,12 @@ "tags": "LLM,IMAGE2TEXT", "status": "1", "llm": [ + { + "llm_name": "yi-lightning", + "tags": "LLM,CHAT,16k", + "max_tokens": 16384, + "model_type": "chat" + }, { "llm_name": "yi-large", "tags": "LLM,CHAT,32k",