mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
[PR #17] [MERGED] add fish audio tts tool #993
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/17
Author: @41tair
Created: 1/3/2025
Status: ✅ Merged
Merged: 1/3/2025
Merged by: @Yeuoly
Base:
main← Head:feat/fish-tool📝 Commits (1)
b6cbd6eadd fish audio tts tool📊 Changes
12 files changed (+312 additions, -0 deletions)
View changed files
➕
tools/fishaudio/.env.example(+4 -0)➕
tools/fishaudio/README.md(+0 -0)➕
tools/fishaudio/_assets/fishaudio_l_en.svg(+1 -0)➕
tools/fishaudio/_assets/fishaudio_s_en.svg(+1 -0)➕
tools/fishaudio/main.py(+6 -0)➕
tools/fishaudio/manifest.yaml(+30 -0)➕
tools/fishaudio/provider/fishaudio.py(+14 -0)➕
tools/fishaudio/provider/fishaudio.yaml(+77 -0)➕
tools/fishaudio/requirements.txt(+2 -0)➕
tools/fishaudio/tools/fishaudio.py(+72 -0)➕
tools/fishaudio/tools/tts.py(+36 -0)➕
tools/fishaudio/tools/tts.yaml(+69 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.