mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
[PR #2222] [MERGED] Fix: Exclude qwen3-coder and qwen3-max from forced streaming output #2336
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langgenius/dify-official-plugins/pull/2222
Author: @Torch-Fan
Created: 12/10/2025
Status: ✅ Merged
Merged: 12/10/2025
Merged by: @crazywoola
Base:
main← Head:patch-1📝 Commits (4)
dbb56dfFix: Exclude qwen3-coder and qwen3-max from forced streaming outputfb93ba7Fix: Exclude qwen3-coder and qwen3-max from forced streaming output221dd8fFix: Exclude qwen3-coder and qwen3-max from forced streaming outputce0108aUpdate manifest.yaml📊 Changes
2 files changed (+12 additions, -7 deletions)
View changed files
📝
models/tongyi/manifest.yaml(+2 -2)📝
models/tongyi/models/llm/llm.py(+10 -5)📄 Description
These models support non-streaming output, so they should respect the stream parameter instead of being forced to stream. In specific scenarios, I require blocking (non-streaming) invocation of certain qwen3 models. Per Tongyi's official documentation, qwen3 open-source models and models in thinking mode only support streaming output. However, qwen3-coder-xx and qwen3-max-xxx models support blocking output. This PR addresses this issue to ensure a standard model service experience.
Related Issues or Context
This PR contains Changes to Non-Plugin
This PR contains Changes to Non-LLM Models Plugin
This PR contains Changes to LLM Models Plugin
Version Control (Any Changes to the Plugin Will Require Bumping the Version)
VersionField, Not in Meta Section)Dify Plugin SDK Version
dify_plugin>=0.3.0,<0.6.0is in requirements.txt (SDK docs)Environment Verification (If Any Code Changes)
Local Deployment Environment
SaaS Environment
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.