[PR #473] [MERGED] Feat add model displayname for openai api compatible #1387

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/473
Author: @bxfxf
Created: 3/17/2025
Status: Merged
Merged: 3/20/2025
Merged by: @crazywoola

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


📝 Commits (9)

📊 Changes

7 files changed (+82 additions, -4 deletions)

View changed files

📝 models/openai_api_compatible/manifest.yaml (+1 -1)
📝 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 (+6 -0)
📝 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/473 **Author:** [@bxfxf](https://github.com/bxfxf) **Created:** 3/17/2025 **Status:** ✅ Merged **Merged:** 3/20/2025 **Merged by:** [@crazywoola](https://github.com/crazywoola) **Base:** `main` ← **Head:** `feat-add-displayname-for-openai_api_compatible` --- ### 📝 Commits (9) - [`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 - [`1ff8aaa`](https://github.com/langgenius/dify-official-plugins/commit/1ff8aaaefb3148f7e07c74c0b52675a3dbc66721) change label text from show name to display name - [`0705f56`](https://github.com/langgenius/dify-official-plugins/commit/0705f5690fa2de2ff47d6b3e1d0d670f0be85b84) Merge branch 'main' of https://github.com/bxfxf/dify-official-plugins into feat-add-displayname-for-openai_api_compatible - [`876d1f4`](https://github.com/langgenius/dify-official-plugins/commit/876d1f442a6ef0ce79adc208c43e226fa4a69865) update version - [`90a458d`](https://github.com/langgenius/dify-official-plugins/commit/90a458def9a0543c0c9ea76bc71a0d7ce9de3d9e) Optimize package import code - [`081741d`](https://github.com/langgenius/dify-official-plugins/commit/081741d584124165de8480aa7e6ead776d8297dc) Merge branch 'main' of https://github.com/bxfxf/dify-official-plugins into feat-add-displayname-for-openai_api_compatible - [`74fe429`](https://github.com/langgenius/dify-official-plugins/commit/74fe42953a857cce6d5aa8f5d9ae5c1ab6958edb) update openai_api_compatible version ### 📊 Changes **7 files changed** (+82 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `models/openai_api_compatible/manifest.yaml` (+1 -1) 📝 `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` (+6 -0) 📝 `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#1387