基于讯飞API增加TTS能力,总配置文件样例

This commit is contained in:
lzybetter
2024-05-09 07:58:36 +08:00
parent 667d48f5f1
commit 807142da86
5 changed files with 225 additions and 11 deletions

11
config/config_sample.yaml Normal file
View File

@@ -0,0 +1,11 @@
LOG_PATH: log # log文件夹
PROXY:
http: 127.0.0.1:8089 # 代理地址
https: 127.0.0.1:8089
TTS:
APPID: # 讯飞APPID
APIKey: # 讯飞APIKey
APISecret: # 讯飞APISecret
AUDIO_PATH: audio_tmp # 音频文件地址