From fc21dd0a4aa78e63750fbcbe9fff861c0ba078d4 Mon Sep 17 00:00:00 2001 From: Kevin Hu Date: Tue, 1 Apr 2025 11:06:03 +0800 Subject: [PATCH] Feat: add qwq-plus-latest (#6702) ### What problem does this PR solve? #6697 ### Type of change - [x] New Feature (non-breaking change which adds functionality) --- conf/llm_factories.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/conf/llm_factories.json b/conf/llm_factories.json index 985a4a333..c92087d1e 100644 --- a/conf/llm_factories.json +++ b/conf/llm_factories.json @@ -163,7 +163,14 @@ }, { "llm_name": "qwq-plus", - "tags": "LLM,CHAT,128k", + "tags": "LLM,CHAT,132k", + "max_tokens": 131072, + "model_type": "chat", + "is_tools": true + }, + { + "llm_name": "qwq-plus-latest", + "tags": "LLM,CHAT,132k", "max_tokens": 131072, "model_type": "chat", "is_tools": true