Skip to content

Commit c2b9a00

Browse files
committedDec 7, 2024
📝 docs: 更新README.md,修改最大音频长度说明,移除不限制选项的时间说明
1 parent 0d1f136 commit c2b9a00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ git clone https://github.com/Cvandia/nonebot-plugin-fishspeech-tts
8888
| :--------------: | :-----: | :----: | :---------------: | :---------------------------------------------------------: |
8989
| tts_is_online | bool || True | 是否使用云端api |
9090
| tts_chunk_length | literal || "normal" | 请求时音频分片长度,默认为normal,可选:short, normal, long |
91-
| tts_max_new_tokens | int || 800 | 最大音频长度,默认为800,设置为0则为不限制(大概6秒) |
91+
| tts_max_new_tokens | int || 800 | 最大音频长度,默认为800,设置为0则为不限制 |
9292
| tts_audio_path | str || "./data/参考音频" | 语音素材路径,默认为"./data/参考音频" |
9393
| tts_prefix | str || None | 触发前缀,默认为None |
9494

0 commit comments

Comments
 (0)
Failed to load comments.