Skip to content

Commit

Permalink
🌐 remove chat limit desc
Browse files Browse the repository at this point in the history
  • Loading branch information
zhzLuke96 committed Jun 10, 2024
1 parent f564536 commit 3f81eca
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions language/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@
"Suffix _p indicates prompt, which has stronger effect but may impact quality."
],
"SSML_SPLITER_GUIDE": [
"- Character limit details can be found in README. Excess will be truncated.",
"- If the last character is swallowed and not read, try adding `[lbreak]` at the end.",
"- If the text is all in English, it is recommended to disable text standardization."
],
Expand All @@ -97,12 +96,10 @@
],

"SSML_TEXT_GUIDE": [
"- Maximum 3000 characters. Excess will be truncated.",
"- For more information about SSML, refer to this [documentation](https://github.com/lenML/ChatTTS-Forge/blob/main/docs/SSML.md)"
],

"TTS_TEXT_GUIDE": [
"- Character limit. Excess will be truncated.",
"- If the last character is swallowed and not read, try adding `[lbreak]` at the end.",
"- If the input text is all in English, it is recommended to disable text standardization."
],
Expand Down
3 changes: 0 additions & 3 deletions language/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@
"💼Speaker file": "💼音色文件",
"TTS_STYLE_GUIDE": ["后缀为 _p 表示带prompt,效果更强但是影响质量"],
"SSML_SPLITER_GUIDE": [
"- 字数限制详见README,超过部分将截断",
"- 如果尾字吞字不读,可以试试结尾加上 `[lbreak]`",
"- 如果文本为全英文,建议关闭文本标准化"
],
Expand All @@ -96,12 +95,10 @@
],

"SSML_TEXT_GUIDE": [
"- 线上版本有字符限制,超过会被截断,具体限制见readme文档",
"- 关于SSML可以看这个 [文档](https://github.com/lenML/ChatTTS-Forge/blob/main/docs/SSML.md)"
],

"TTS_TEXT_GUIDE": [
"- 字数限制,超过部分将截断",
"- 如果尾字吞字不读,可以试试结尾加上 `[lbreak]`",
"- If the input text is all in English, it is recommended to check disable_normalize"
],
Expand Down

0 comments on commit 3f81eca

Please sign in to comment.