mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-22 01:55:27 -04:00
How to Enable Stream Parameter for Alibaba Cloud's QwQ-Plus Model? Need Help with Configuration #47
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 @MilkTeaNo7 on GitHub (Mar 7, 2025).
Self Checks
Dify version
0.15.3
Plugin version
0.15.3
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
Hello everyone,
I encountered an issue while using the latest QwQ-Plus model from Alibaba Cloud. The model returns the following error:
This model only supports stream mode, please enable the stream parameter to access the model.
I need to enable the stream parameter to proceed, but I couldn’t find the configuration option on the web interface. Additionally, I’m unsure which Docker configuration file needs to be modified to resolve this.
Could someone kindly assist me with this? Any guidance would be greatly appreciated!
Thank you!
✔️ Error log
No response
@MilkTeaNo7 commented on GitHub (Mar 7, 2025):
Someone said upgrading the plugin to version 0.0.7 would work, but my current version is 0.15.3, and I can't find any option to upgrade. Maybe it requires command-line operations? Additionally, the 1.0 version is currently unusable, so I don't want to upgrade versions for now. Are there any alternative solutions?
Let me know if you need further assistance! 😊
@Snuffel233 commented on GitHub (Mar 7, 2025):
I fixed the streaming response issue in #377 , and introduced support for the QWQ series models in #396. Wait for the merge and update the plugin version to 0.0.7

@MilkTeaNo7 commented on GitHub (Mar 7, 2025):
Can I understand that I’m currently unable to do anything and just need to wait for an update? Or is there something I can do, like downloading something from somewhere or manually updating from a specific source?
@zjjszmx commented on GitHub (Mar 7, 2025):
i need 0.07 too~
@Snuffel233 commented on GitHub (Mar 7, 2025):
You can refer to #377 and #396 to manually adjust the source code deployed on the server
@Snuffel233 commented on GitHub (Mar 7, 2025):
After the official merger you can update through the plugin market. If you are in a hurry, please send an email to alkaidmegrez@outlook.com and I will send you a copy.
@MilkTeaNo7 commented on GitHub (Mar 7, 2025):
I couldn't find where the file models/tongyi/manifest.yaml is, here is the content from my local server
Still waiting for subsequent versions of 1.0
Because if you use 1.0, you might not be able to even add APIs
However, the 0.53 version I'm using now doesn't have the app market you mentioned
@Snuffel233 commented on GitHub (Mar 7, 2025):
If I remember correctly, you may need to enter the
docker-api-1container and try to modify it incore/model_runtime/model_providers. Since I did not deploy the old version of dify, I cannot guarantee that this is completely correct. Please remember to back up.