We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eccda88 commit 41c34c5Copy full SHA for 41c34c5
text_to_speech.py
@@ -54,7 +54,7 @@ def tts_request(text, model, voice, filename, format):
54
print("请检查您的API-BASE格式是否正确。")
55
56
def main():
57
- text = input("请输入你要转换的文字 (最多 4096 字符): ")
+ text = input("请输入你要转换的文字 (最多 4096 字符,建议粘贴文字以避免可能存在的无法输入中文的问题): ")
58
if len(text) > 4096:
59
print("错误:文字长度超过 4096 字符限制。")
60
return
0 commit comments