We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7291a5d commit eb34f0bCopy full SHA for eb34f0b
nonebot_plugin_fishspeech_tts/__init__.py
@@ -32,7 +32,7 @@
32
33
__plugin_meta__ = PluginMetadata(
34
name="FishSpeechTTS",
35
- description="一个插件,通过调用在线或本地api发送TTS语音",
+ description="小样本TTS,通过fish-speech调用本地或在线api发送语音",
36
usage="发送:[发音人]说[文本]即可发送TTS语音",
37
homepage="https://github.com/Cvandia/nonebot-plugin-fishspeech-tts",
38
config=Config,
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "nonebot-plugin-fishspeech-tts"
3
-version = "0.2.2"
+version = "0.2.3"
4
description = "一个插件,通过调用在线或本地api发送TTS语音"
5
authors = ["divandia <106718176+Cvandia@users.noreply.github.com>"]
6
license = "MIT"
0 commit comments