mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
Model plugin not stream well #339
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?
Originally created by @alterxyz on GitHub (Jun 4, 2025).
Self Checks
Dify version
Latest
Plugin version
0.0.22
Cloud or Self Hosted
Cloud
Steps to reproduce
Issue Encountered:
In the Dify application, when using Anthropic plugin version 0.014 and OpenAI plugin version 0.0.22, and generating responses with the Claude-sonnet-4 and gpt-4o-mini LLM nodes respectively, the preview showed a display resembling blocking mode. This behavior was also observed when executed via the API.
Expected Behavior:
The expected behavior was a display similar to streaming mode.
Suspected Cause: Plugin Malfunction:
We found that by downgrading the plugin versions to the following, the display worked as expected, showing a streaming mode-like behavior:
✔️ Error log
No response
@fdb02983rhy commented on GitHub (Jun 21, 2025):
For Anthropic, it may caused by the version of Dify plugin, I bumped up the version in this PR.
https://github.com/langgenius/dify-official-plugins/pull/958
@dosubot[bot] commented on GitHub (Aug 19, 2025):
Hi, @alterxyz. I'm Dosu, and I'm helping the dify-official-plugins team manage their backlog and am marking this issue as stale.
Issue Summary:
Next Steps:
Thank you for your understanding and contribution!