Skip to content

Commit 41c34c5

Browse files
authored
Add files via upload
1 parent eccda88 commit 41c34c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text_to_speech.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def tts_request(text, model, voice, filename, format):
5454
print("请检查您的API-BASE格式是否正确。")
5555

5656
def main():
57-
text = input("请输入你要转换的文字 (最多 4096 字符): ")
57+
text = input("请输入你要转换的文字 (最多 4096 字符,建议粘贴文字以避免可能存在的无法输入中文的问题): ")
5858
if len(text) > 4096:
5959
print("错误:文字长度超过 4096 字符限制。")
6060
return

0 commit comments

Comments
 (0)