[PR #457] [MERGED] Fix missing openai-api-compatible speech2text model after addition #1379

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

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-official-plugins/pull/457
Author: @roach231428
Created: 3/14/2025
Status: Merged
Merged: 3/17/2025
Merged by: @crazywoola

Base: mainHead: fix/openai_compat_add_stt_model_bug


📝 Commits (3)

  • b5b661a fix: speech2text model missing after adds
  • f0032d4 update version
  • 884c119 Merge branch 'main' into fix/openai_compat_add_stt_model_bug

📊 Changes

2 files changed (+17 additions, -2 deletions)

View changed files

📝 models/openai_api_compatible/manifest.yaml (+1 -1)
📝 models/openai_api_compatible/models/speech2text/speech2text.py (+16 -1)

📄 Description

Fix the problem of issue#448


🔄 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/457 **Author:** [@roach231428](https://github.com/roach231428) **Created:** 3/14/2025 **Status:** ✅ Merged **Merged:** 3/17/2025 **Merged by:** [@crazywoola](https://github.com/crazywoola) **Base:** `main` ← **Head:** `fix/openai_compat_add_stt_model_bug` --- ### 📝 Commits (3) - [`b5b661a`](https://github.com/langgenius/dify-official-plugins/commit/b5b661a03b28359acf30d3f7c5567674fae419a4) fix: speech2text model missing after adds - [`f0032d4`](https://github.com/langgenius/dify-official-plugins/commit/f0032d4128ac3b145e1ef599cafc83b7af53f1ed) update version - [`884c119`](https://github.com/langgenius/dify-official-plugins/commit/884c119ad29d5745c85d8b9b0419d2b2396c0f14) Merge branch 'main' into fix/openai_compat_add_stt_model_bug ### 📊 Changes **2 files changed** (+17 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `models/openai_api_compatible/manifest.yaml` (+1 -1) 📝 `models/openai_api_compatible/models/speech2text/speech2text.py` (+16 -1) </details> ### 📄 Description Fix the problem of [issue#448](https://github.com/langgenius/dify-official-plugins/issues/448) --- <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:46 -05:00
yindo closed this issue 2026-02-16 10:22:46 -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#1379