基于讯飞API增加TTS能力,总配置文件样例
This commit is contained in:
11
config/config_sample.yaml
Normal file
11
config/config_sample.yaml
Normal 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 # 音频文件地址
|
||||
Reference in New Issue
Block a user