mirror of
https://github.com/xinnan-tech/xiaozhi-esp32-server.git
synced 2026-07-25 08:33:53 +08:00
增加coze llm
This commit is contained in:
@@ -118,6 +118,13 @@ LLM:
|
||||
# 若部署地无法访问接口,需要开启科学上网
|
||||
api_key: 你的gemini api key
|
||||
model_name: "gemini-1.5-pro" # gemini-1.5-pro 是免费的
|
||||
CozeLLM:
|
||||
# 定义LLM API类型
|
||||
type: coze
|
||||
bot_id: 你的bot_id
|
||||
user_id: 你的user_id
|
||||
base_url: "https://api.coze.cn/open_api/v2/chat" # 服务地址
|
||||
personal_access_token: 你的coze个人令牌
|
||||
TTS:
|
||||
# 当前支持的type为edge、doubao,可自行适配
|
||||
EdgeTTS:
|
||||
|
||||
Reference in New Issue
Block a user