mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
[PR #472] [CLOSED] Feat add displayname for openai api compatible #1389
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/472
Author: @bxfxf
Created: 3/17/2025
Status: ❌ Closed
Base:
main← Head:feat-add-displayname-for-openai_api_compatible📝 Commits (3)
9dc0d78Supports setting the model's UI display name for openai_api_compatible.bea94e7Merge branch 'langgenius:main' into feat-add-displayname-for-openai_api_compatibleb4e008bchange 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.