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",