mirror of
https://github.com/xinnan-tech/xiaozhi-esp32-server.git
synced 2026-07-26 17:13:54 +08:00
@@ -187,6 +187,8 @@ ASR:
|
|||||||
access_token: 你的火山引擎语音合成服务access_token
|
access_token: 你的火山引擎语音合成服务access_token
|
||||||
cluster: volcengine_input_common
|
cluster: volcengine_input_common
|
||||||
output_dir: tmp/
|
output_dir: tmp/
|
||||||
|
# 可以在这里申请相关Key等信息
|
||||||
|
# https://console.volcengine.com/speech/app
|
||||||
TencentASR:
|
TencentASR:
|
||||||
# token申请地址:https://console.cloud.tencent.com/cam/capi
|
# token申请地址:https://console.cloud.tencent.com/cam/capi
|
||||||
# 免费领取资源:https://console.cloud.tencent.com/asr/resourcebundle
|
# 免费领取资源:https://console.cloud.tencent.com/asr/resourcebundle
|
||||||
@@ -286,6 +288,8 @@ LLM:
|
|||||||
bot_id: "你的bot_id"
|
bot_id: "你的bot_id"
|
||||||
user_id: "你的user_id"
|
user_id: "你的user_id"
|
||||||
personal_access_token: 你的coze个人令牌
|
personal_access_token: 你的coze个人令牌
|
||||||
|
# 你可以在这里找到个人令牌
|
||||||
|
# https://www.coze.cn/open/oauth/pats
|
||||||
LMStudioLLM:
|
LMStudioLLM:
|
||||||
# 定义LLM API类型
|
# 定义LLM API类型
|
||||||
type: openai
|
type: openai
|
||||||
@@ -297,6 +301,8 @@ LLM:
|
|||||||
type: fastgpt
|
type: fastgpt
|
||||||
# 如果使用fastgpt,配置文件里prompt(提示词)是无效的,需要在fastgpt控制台设置提示词
|
# 如果使用fastgpt,配置文件里prompt(提示词)是无效的,需要在fastgpt控制台设置提示词
|
||||||
base_url: https://host/api/v1
|
base_url: https://host/api/v1
|
||||||
|
# 你可以在这里找到你的api_key
|
||||||
|
# https://cloud.tryfastgpt.ai/account/apikey
|
||||||
api_key: fastgpt-xxx
|
api_key: fastgpt-xxx
|
||||||
variables:
|
variables:
|
||||||
k: "v"
|
k: "v"
|
||||||
@@ -538,6 +544,8 @@ TTS:
|
|||||||
OpenAITTS:
|
OpenAITTS:
|
||||||
# openai官方文本转语音服务,可支持全球大多数语种
|
# openai官方文本转语音服务,可支持全球大多数语种
|
||||||
type: openai
|
type: openai
|
||||||
|
# 你可以在这里获取到 api key
|
||||||
|
# https://platform.openai.com/api-keys
|
||||||
api_key: 你的openai api key
|
api_key: 你的openai api key
|
||||||
# 国内需要使用代理
|
# 国内需要使用代理
|
||||||
api_url: https://api.openai.com/v1/audio/speech
|
api_url: https://api.openai.com/v1/audio/speech
|
||||||
|
|||||||
Reference in New Issue
Block a user