023df4deb1
1、上传chatgpt彩蛋; 2、修复音频合成过长不播放问题。
43 lines
1.4 KiB
Plaintext
43 lines
1.4 KiB
Plaintext
|
||
[key]
|
||
#funasr / ali
|
||
ASR_mode = ali
|
||
#ASR二选一(需要运行fay/test/funasr服务)集成达摩院asr项目、感谢中科大脑算法工程师张聪聪提供集成代码
|
||
local_asr_ip=127.0.0.1
|
||
local_asr_port=10197
|
||
|
||
# ASR二选一(第1次运行建议用这个,免费3个月), 阿里云 实时语音识别 服务密钥(必须)https://ai.aliyun.com/nls/trans
|
||
ali_nls_key_id=
|
||
ali_nls_key_secret=
|
||
ali_nls_app_key=
|
||
|
||
|
||
|
||
# 微软 文字转语音 服务密钥(非必须,使用可产生不同情绪的音频)https://azure.microsoft.com/zh-cn/services/cognitive-services/text-to-speech/
|
||
ms_tts_key=
|
||
ms_tts_region=
|
||
|
||
# 讯飞 情绪分析 服务密钥 https://www.xfyun.cn/service/emotion-analysis/
|
||
xf_ltp_app_id=604404c8
|
||
xf_ltp_api_key=78d2db9a83cda0b355c76ea791bc74da
|
||
|
||
#NLP四选一:xfaiui、yuan、chatgpt、rasa(需启动chatglm及rasa,https://m.bilibili.com/video/BV1D14y1f7pr)
|
||
chat_module=xfaiui
|
||
|
||
# 讯飞 自然语言处理 服务密钥(NLP3选1) https://aiui.xfyun.cn/solution/webapi/
|
||
xf_aiui_app_id=
|
||
xf_aiui_api_key=
|
||
|
||
#浪.潮源大模型 服务密钥(NLP3选1) https://air.inspur.com/
|
||
yuan_1_0_account=
|
||
yuan_1_0_phone=
|
||
|
||
#gpt 服务密钥(NLP3选1) https://openai.com/
|
||
chatgpt_api_key=
|
||
|
||
#ngrok内网穿透id,远程设备可以通过互联网连接Fay(非必须)http://ngrok.cc
|
||
ngrok_cc_id=
|
||
|
||
#revChatGPT对接(非必须,https://chat.openai.com登录后访问https://chat.openai.com/api/auth/session获取)
|
||
gpt_access_token=
|
||
gpt_conversation_id= |