You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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_config argument 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.
Self Checks
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 text was updated successfully, but these errors were encountered: