mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
[PR #10] [MERGED] add speech2text model to fishaudio #985
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/10
Author: @41tair
Created: 1/2/2025
Status: ✅ Merged
Merged: 1/2/2025
Merged by: @Yeuoly
Base:
main← Head:feat/fish-audio📝 Commits (1)
7b8ff19add speech2text model to fishaudio📊 Changes
12 files changed (+345 additions, -48 deletions)
View changed files
📝
models/fishaudio/main.py(+1 -0)📝
models/fishaudio/manifest.yaml(+13 -10)➕
models/fishaudio/models/common_fishaudio.py(+78 -0)➕
models/fishaudio/models/speech2text/fishaudio.yaml(+5 -0)➕
models/fishaudio/models/speech2text/speech2text.py(+74 -0)➕
models/fishaudio/models/tts/_position.yaml(+0 -0)➕
models/fishaudio/models/tts/fetch_models.py(+55 -0)📝
models/fishaudio/models/tts/tts.py(+22 -31)📝
models/fishaudio/models/tts/tts.yaml(+84 -2)📝
models/fishaudio/provider/fishaudio.py(+4 -3)📝
models/fishaudio/provider/fishaudio.yaml(+7 -1)📝
models/fishaudio/requirements.txt(+2 -1)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.