mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
Qwen3's commercial models support /think #286
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 @Liu-Tianmeng on GitHub (May 15, 2025).
Self Checks
Dify version
1.4.0
Cloud or Self Hosted
Cloud
Steps to reproduce
Qwen3 provides a method to modify whether the thinking mode is enabled through prompts, where adding /think will activate it and adding /no_think will deactivate it. This functionality aligns with expectations for Qwen3's open-source models.
However, this functionality does not work as expected in Qwen3's commercial models, which include qwen-plus-2025-04-28/latest and qwen-turbo-2025-04-28/latest. The thinking mode in these commercial versions cannot be activated through prompt commands.
✔️ Expected Behavior
Support enabling/disabling the thinking mode in Qwen3's commercial models through prompt commands.
❌ Actual Behavior
No response
@junjiem commented on GitHub (May 16, 2025):
Qwen3 business edition thinking mode default is off, and you need to on it manually to use /think and /no_think. Note: Qwen3 open-source edition thinking mode default is on.
@dosubot[bot] commented on GitHub (Aug 18, 2025):
Hi, @Liu-Tianmeng. 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!