Skip to content

Commit

Permalink
change TTS default to DISABLE
Browse files Browse the repository at this point in the history
  • Loading branch information
binary-husky committed May 18, 2024
1 parent 537be57 commit 4282b83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@


# GPT-SOVITS 文本转语音服务的运行地址(将语言模型的生成文本朗读出来)
TTS_TYPE = "EDGE_TTS" # EDGE_TTS / LOCAL_SOVITS_API / DISABLE
TTS_TYPE = "DISABLE" # EDGE_TTS / LOCAL_SOVITS_API / DISABLE
GPT_SOVITS_URL = ""
EDGE_TTS_VOICE = "zh-CN-XiaoxiaoNeural"

Expand Down

0 comments on commit 4282b83

Please sign in to comment.