mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-22 01:55:27 -04:00
[PR #462] [CLOSED] Supports setting the model's UI display name for openai_api_compatible. #1381
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/462
Author: @bxfxf
Created: 3/14/2025
Status: ❌ Closed
Base:
main← Head:feat-add-displayname-for-openai_api_compatible📝 Commits (1)
9dc0d78Supports 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.