From fa817a8ab3cdab30054be2383246c95a93d8f406 Mon Sep 17 00:00:00 2001 From: Kevin Hu Date: Mon, 10 Mar 2025 12:51:12 +0800 Subject: [PATCH] Refa: SiliconFlow model list refresh. (#5825) ### What problem does this PR solve? #5806 ### Type of change - [x] Refactoring --- conf/llm_factories.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/conf/llm_factories.json b/conf/llm_factories.json index 9ce3524e1..2720e4978 100644 --- a/conf/llm_factories.json +++ b/conf/llm_factories.json @@ -2597,6 +2597,12 @@ "max_tokens": 32768, "model_type": "chat" }, + { + "llm_name": "Qwen/QwQ-32B", + "tags": "LLM,CHAT,32k", + "max_tokens": 32768, + "model_type": "chat" + }, { "llm_name": "Qwen/Qwen2.5-Coder-32B-Instruct", "tags": "LLM,CHAT,32k",