Browse Source

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)
tags/v0.18.0
Kevin Hu 7 months ago
parent
commit
fc21dd0a4a
No account linked to committer's email address
1 changed files with 8 additions and 1 deletions
  1. 8
    1
      conf/llm_factories.json

+ 8
- 1
conf/llm_factories.json View File

@@ -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

Loading…
Cancel
Save