mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
Dify cannot call qwen2.5-vl-72b instruction through API #157
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 @DuckRui on GitHub (Mar 31, 2025).
Self Checks
Dify version
1.1.3
Cloud or Self Hosted
Self Hosted (Docker), Self Hosted (Source)
Steps to reproduce
I called the API for file upload according to the official documentation and successfully obtained the file_id. But when I used file_id to execute/workflows/run, I encountered an error
✔️ Expected Behavior
file upload successful and successful call to LLM
❌ Actual Behavior
@dosubot[bot] commented on GitHub (Mar 31, 2025):
Hello @DuckRui! I'm here to assist you with any bugs, questions, or contributions you may have regarding Dify. I can help you solve bugs, answer questions, and guide you on how to become a contributor while we wait for a human maintainer.
I found a similar open issue that might be relevant to your problem: The Qwen2-72B-Instruct model cannot return results using the OpenAI-API-compatible configuration. However, no solution has been found in the comments of that issue [1].
Regarding your specific issue, the error message indicates that the input messages do not contain elements with the role of "user." This suggests that the structure of your input messages might be incorrect. Unfortunately, I couldn't find specific details on the required roles and structure of input messages for the qwen2.5-vl-72b-instruct model in the current documentation. You might want to double-check the API documentation to ensure that your input messages are correctly structured and include all necessary roles.
To continue talking to Dosu, mention @dosu.
Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Bug Report | Other
@leslie2046 commented on GitHub (Apr 3, 2025):
@DuckRui Can you paste your workflow dsl file here?
@Hisir0909 commented on GitHub (Apr 7, 2025):
Are you asking if the LLM node you're using might be configured with only a "system" prompt and missing a "user" prompt?
你是不是LLM节点没加user,而只输入了system?
@dosubot[bot] commented on GitHub (Aug 19, 2025):
Hi, @DuckRui. 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!