mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
[PR #450] [CLOSED] fix:LLMModelConfig() got multiple values for keyword argument 'comple… #1375
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?
📋 Pull Request Information
Original PR: https://github.com/langgenius/dify-official-plugins/pull/450
Author: @yjc980121
Created: 3/13/2025
Status: ❌ Closed
Base:
main← Head:fix-oaicompat_dify_model_006📝 Commits (1)
fbd1b1ffix:LLMModelConfig() got multiple values for keyword argument 'completion_params'📊 Changes
3 files changed (+7 additions, -8 deletions)
View changed files
📝
extensions/oaicompat_dify_model/endpoints/llm.py(+6 -7)📝
extensions/oaicompat_dify_model/manifest.yaml(+1 -1)📝
tools/llama_parse/test_file/hello.pdf(+0 -0)📄 Description
now,the request,error message
{
"code": -500,
"message": "{"message":"{\"args\":{},\"error_type\":\"TypeError\",\"message\":\"dify_plugin.entities.model.llm.LLMModelConfig() got multiple values for keyword argument 'completion_params'\"}","error_type":"PluginDaemonInternalServerError","args":null}",
"data": null
}
fix it
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.