We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d1f136 commit c2b9a00Copy full SHA for c2b9a00
README.md
@@ -88,7 +88,7 @@ git clone https://github.com/Cvandia/nonebot-plugin-fishspeech-tts
88
| :--------------: | :-----: | :----: | :---------------: | :---------------------------------------------------------: |
89
| tts_is_online | bool | 是 | True | 是否使用云端api |
90
| tts_chunk_length | literal | 否 | "normal" | 请求时音频分片长度,默认为normal,可选:short, normal, long |
91
-| tts_max_new_tokens | int | 否 | 800 | 最大音频长度,默认为800,设置为0则为不限制(大概6秒) |
+| tts_max_new_tokens | int | 否 | 800 | 最大音频长度,默认为800,设置为0则为不限制 |
92
| tts_audio_path | str | 否 | "./data/参考音频" | 语音素材路径,默认为"./data/参考音频" |
93
| tts_prefix | str | 否 | None | 触发前缀,默认为None |
94
0 commit comments