mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
Error when in Workflow with Azure AI Studio's DeepSeek-R1 Model #31
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 @orzmoe on GitHub (Mar 1, 2025).
Self Checks
Dify version
Version 1.0.0
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
Failed to add messages, and encountered a runtime error
✔️ Expected Behavior
Normal usage Azure AI Studio's DeepSeek-R1 Model
❌ Actual Behavior
Execution failed
@dosubot[bot] commented on GitHub (Mar 1, 2025):
Hey @orzmoe! 👋 I'm here to help you with your bug report. I can assist with solving bugs, answering questions, and even becoming a contributor. Let's tackle this together!
To resolve the validation error in the
LLMNodeDatamodel'scompletion_paramsdictionary when using Azure AI Studio's DeepSeek-R1 Model in a self-hosted Docker environment, ensure that thecompletion_paramsdictionary is correctly structured according to the validation rules. Specifically, thecompletion_paramsmust include astopkey with a list value containing fewer than 4 elements. Here's an example of a validcompletion_paramsdictionary:Additionally, verify that the model configuration is properly set up, including ensuring that the
single_retrieval_configis notNone, and that the model name, provider, and credentials are correctly specified and initialized [1][2].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
@orzmoe commented on GitHub (Mar 1, 2025):
It appears that the issue has been resolved in PR langgenius/dify#13325. However, after updating to version 1.0.0, the Azure AI Studio plugin does not seem to have been updated.
@bcat95 commented on GitHub (Mar 28, 2025):
confirm it still bug in version 1.1.3

deepseek, llma
@dosubot[bot] commented on GitHub (Aug 20, 2025):
Hi, @orzmoe. 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:
Thanks for your understanding and contribution!