From 9c6cf12137b5e20b7ad4d679f24435c6ad42a7e2 Mon Sep 17 00:00:00 2001 From: Kevin Hu Date: Fri, 3 Jan 2025 19:55:42 +0800 Subject: [PATCH] Refactor model list. (#4346) ### What problem does this PR solve? ### Type of change - [x] Refactoring --- conf/llm_factories.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/conf/llm_factories.json b/conf/llm_factories.json index 2e04d94f1..5cfcea247 100644 --- a/conf/llm_factories.json +++ b/conf/llm_factories.json @@ -110,6 +110,12 @@ "max_tokens": 8191, "model_type": "chat" }, + { + "llm_name": "qwen-max", + "tags": "LLM,CHAT,32K", + "max_tokens": 32768, + "model_type": "chat" + }, { "llm_name": "qwen-plus", "tags": "LLM,CHAT,32K", @@ -952,12 +958,6 @@ "max_tokens": 1048576, "model_type": "chat" }, - { - "llm_name": "gemini-1.0-pro", - "tags": "LLM,CHAT,30K", - "max_tokens": 30720, - "model_type": "chat" - }, { "llm_name": "gemini-2.0-flash-exp", "tags": "LLM,CHAT,1024K", @@ -2545,4 +2545,4 @@ "llm": [] } ] -} +} \ No newline at end of file