When using duckduckgo to search, enable summary output errors
Self Checks
- [x] This is only for bug report, if you would like to ask a question, please head to Discussions.
- [x] I have searched for existing issues search for existing issues, including closed ones.
- [x] I confirm that I am using English to submit this report (我已阅读并同意 Language Policy).
- [x] [FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:)
- [x] Please do not modify this template :) and fill in all the required fields.
Dify version
1.0.0
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
When using duckduckgo to search, enable summary output errors
✔️ Expected Behavior
Return search information normally
❌ Actual Behavior
Return exception: Return exception
The error you're encountering, a TypeError due to a missing required positional argument 'model_config', suggests that the DuckDuckGo search plugin is expecting a configuration related to the model that is not being provided. This could be related to how the DEEPSEEKR1_70B model is integrated or configured in your workflow.
To resolve this issue, you should check the following:
-
Model Configuration: Ensure that the
model_configargument is correctly defined and passed to the DuckDuckGo search plugin. This might involve specifying model parameters or settings that the plugin requires. -
Workflow Node Configuration: Verify that the workflow node for the DuckDuckGo search operation is correctly set up to include all necessary inputs, including any model-specific configurations.
-
Error Handling: Since you have options for handling failures and exceptions, ensure that these are configured to manage any issues that arise during the search operation.
Unfortunately, I couldn't find specific details about the model_config argument in the available documentation. You might need to look into the codebase or documentation for more details on how to properly configure this argument.
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
我也遇到和你一样的问题了。解决了请告诉我下。谢谢。