[PR #462] [CLOSED] Supports setting the model's UI display name for openai_api_compatible. #1381

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

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-official-plugins/pull/462
Author: @bxfxf
Created: 3/14/2025
Status: Closed

Base: mainHead: feat-add-displayname-for-openai_api_compatible


📝 Commits (1)

  • 9dc0d78 Supports setting the model's UI display name for openai_api_compatible.

📊 Changes

6 files changed (+93 additions, -4 deletions)

View changed files

📝 models/openai_api_compatible/models/llm/llm.py (+12 -1)
📝 models/openai_api_compatible/models/rerank/rerank.py (+18 -0)
📝 models/openai_api_compatible/models/speech2text/speech2text.py (+18 -1)
📝 models/openai_api_compatible/models/text_embedding/text_embedding.py (+18 -1)
📝 models/openai_api_compatible/models/tts/tts.py (+18 -1)
📝 models/openai_api_compatible/provider/openai_api_compatible.yaml (+9 -0)

📄 Description

Close https://github.com/langgenius/dify/issues/14122


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langgenius/dify-official-plugins/pull/462 **Author:** [@bxfxf](https://github.com/bxfxf) **Created:** 3/14/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feat-add-displayname-for-openai_api_compatible` --- ### 📝 Commits (1) - [`9dc0d78`](https://github.com/langgenius/dify-official-plugins/commit/9dc0d78e4c28669dac903f1b4f413360096da50d) Supports setting the model's UI display name for openai_api_compatible. ### 📊 Changes **6 files changed** (+93 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `models/openai_api_compatible/models/llm/llm.py` (+12 -1) 📝 `models/openai_api_compatible/models/rerank/rerank.py` (+18 -0) 📝 `models/openai_api_compatible/models/speech2text/speech2text.py` (+18 -1) 📝 `models/openai_api_compatible/models/text_embedding/text_embedding.py` (+18 -1) 📝 `models/openai_api_compatible/models/tts/tts.py` (+18 -1) 📝 `models/openai_api_compatible/provider/openai_api_compatible.yaml` (+9 -0) </details> ### 📄 Description Close https://github.com/langgenius/dify/issues/14122 --- <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:47 -05:00
yindo closed this issue 2026-02-16 10:22:47 -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#1381