[PR #537] [MERGED] feat: updated QWQ models params #1429

Closed
opened 2026-02-16 10:22:55 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-official-plugins/pull/537
Author: @droxer
Created: 3/21/2025
Status: Merged
Merged: 3/22/2025
Merged by: @crazywoola

Base: mainHead: main


📝 Commits (3)

  • a1981c0 fix: removed QWQ unsupported params.
  • 2111f74 feat: QWQ support stream tool call.
  • 6f88343 chore: bump up to 0.0.14 for tongyi.

📊 Changes

4 files changed (+11 additions, -38 deletions)

View changed files

📝 models/tongyi/manifest.yaml (+1 -1)
📝 models/tongyi/models/llm/qwq-32b.yaml (+2 -11)
📝 models/tongyi/models/llm/qwq-plus-0305.yaml (+4 -13)
📝 models/tongyi/models/llm/qwq-plus.yaml (+4 -13)

📄 Description

make some changes for QWQ models as follows

  1. added price.
  2. add stream tool call
  3. removed unsupported params.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langgenius/dify-official-plugins/pull/537 **Author:** [@droxer](https://github.com/droxer) **Created:** 3/21/2025 **Status:** ✅ Merged **Merged:** 3/22/2025 **Merged by:** [@crazywoola](https://github.com/crazywoola) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (3) - [`a1981c0`](https://github.com/langgenius/dify-official-plugins/commit/a1981c062f0a2fa81a9c43c8da940af98917b226) fix: removed QWQ unsupported params. - [`2111f74`](https://github.com/langgenius/dify-official-plugins/commit/2111f74349e615abfbb6ed56eede3b35c0f47f5e) feat: QWQ support stream tool call. - [`6f88343`](https://github.com/langgenius/dify-official-plugins/commit/6f88343f31cba2cb88554670e730053f2fad12b6) chore: bump up to 0.0.14 for tongyi. ### 📊 Changes **4 files changed** (+11 additions, -38 deletions) <details> <summary>View changed files</summary> 📝 `models/tongyi/manifest.yaml` (+1 -1) 📝 `models/tongyi/models/llm/qwq-32b.yaml` (+2 -11) 📝 `models/tongyi/models/llm/qwq-plus-0305.yaml` (+4 -13) 📝 `models/tongyi/models/llm/qwq-plus.yaml` (+4 -13) </details> ### 📄 Description make some changes for QWQ models as follows 1. added price. 2. add stream tool call 3. removed unsupported params. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 10:22:55 -05:00
yindo closed this issue 2026-02-16 10:22:55 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-official-plugins#1429