[PR #472] [CLOSED] Feat add displayname for openai api compatible #1389

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

📋 Pull Request Information

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

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


📝 Commits (3)

  • 9dc0d78 Supports setting the model's UI display name for openai_api_compatible.
  • bea94e7 Merge branch 'langgenius:main' into feat-add-displayname-for-openai_api_compatible
  • b4e008b change variableName from show_name to display_name

📊 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

No description provided


🔄 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/472 **Author:** [@bxfxf](https://github.com/bxfxf) **Created:** 3/17/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feat-add-displayname-for-openai_api_compatible` --- ### 📝 Commits (3) - [`9dc0d78`](https://github.com/langgenius/dify-official-plugins/commit/9dc0d78e4c28669dac903f1b4f413360096da50d) Supports setting the model's UI display name for openai_api_compatible. - [`bea94e7`](https://github.com/langgenius/dify-official-plugins/commit/bea94e7264cecb396f270624f0fd21c52edfd34e) Merge branch 'langgenius:main' into feat-add-displayname-for-openai_api_compatible - [`b4e008b`](https://github.com/langgenius/dify-official-plugins/commit/b4e008b4408f04c1adb769bbc72bf40d666f7fd0) change variableName from show_name to display_name ### 📊 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 _No description provided_ --- <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:48 -05:00
yindo closed this issue 2026-02-16 10:22:48 -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#1389