[PR #451] [MERGED] fix:LLMModelConfig() got multiple values for keyword argument 'comple #1376

Closed
opened 2026-02-16 10:22:46 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-official-plugins/pull/451
Author: @yjc980121
Created: 3/13/2025
Status: Merged
Merged: 3/13/2025
Merged by: @crazywoola

Base: mainHead: fix-oaicompat_dify_model_005


📝 Commits (3)

  • 2c5279c fix:LLMModelConfig() got multiple values for keyword argument 'comple
  • 7a06f19 update yaml
  • 7d52c28 update yaml version

📊 Changes

2 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)

📄 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
}
``


close #452 

---

<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
## 📋 Pull Request Information **Original PR:** https://github.com/langgenius/dify-official-plugins/pull/451 **Author:** [@yjc980121](https://github.com/yjc980121) **Created:** 3/13/2025 **Status:** ✅ Merged **Merged:** 3/13/2025 **Merged by:** [@crazywoola](https://github.com/crazywoola) **Base:** `main` ← **Head:** `fix-oaicompat_dify_model_005` --- ### 📝 Commits (3) - [`2c5279c`](https://github.com/langgenius/dify-official-plugins/commit/2c5279cd41fd18a99ad35a91e06ffd07bd58cd09) fix:LLMModelConfig() got multiple values for keyword argument 'comple - [`7a06f19`](https://github.com/langgenius/dify-official-plugins/commit/7a06f19695bb13c6bb81730e7df242539dd70e1d) update yaml - [`7d52c28`](https://github.com/langgenius/dify-official-plugins/commit/7d52c28e964f8959504ae44a518d4954f7dddc52) update yaml version ### 📊 Changes **2 files changed** (+7 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `extensions/oaicompat_dify_model/endpoints/llm.py` (+6 -7) 📝 `extensions/oaicompat_dify_model/manifest.yaml` (+1 -1) </details> ### 📄 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 } `` close #452 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 10:22:46 -05:00
yindo closed this issue 2026-02-16 10:22:46 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-official-plugins#1376