mirror of
https://gitcode.com/waxgourd/addons
synced 2026-03-29 03:18:27 +08:00
78 lines
3.6 KiB
YAML
78 lines
3.6 KiB
YAML
---
|
||
configuration:
|
||
timezone:
|
||
name: "时区"
|
||
description: "设置服务器时区"
|
||
host_ip:
|
||
name: "主机IP地址"
|
||
description: "用于WebSocket连接的IP地址,留空将自动获取内网IP"
|
||
log_level:
|
||
name: "日志级别"
|
||
description: "设置日志详细程度"
|
||
llm.type:
|
||
name: "大语言模型(LLM)"
|
||
description: "选择使用哪个大语言模型(LLM), DoubaoLLM:豆包大语言模型, ChatGLMLLM:智谱 AI 大语言模型, DeepSeekLLM:DeepSeek 大语言模型"
|
||
model_name:
|
||
name: "LLM模型名称"
|
||
description: "大语言模型的具体模型名称"
|
||
llm.api_key:
|
||
name: "LLM API密钥"
|
||
description: "所选大语言模型服务的API密钥"
|
||
tts.type:
|
||
name: "文本转语音(TTS)"
|
||
description: "选择使用哪个文本转语音服务(TTS),DoubaoTTS:豆包/火山引擎 文本转语音,EdgeTTS:微软 Edge 浏览器 文本转语音"
|
||
tts.appid:
|
||
name: "语音合成AppID"
|
||
description: "语音合成服务的应用ID(仅DoubaoTTS需要)"
|
||
tts.access_token:
|
||
name: "语音合成访问令牌"
|
||
description: "语音合成服务的访问令牌(仅DoubaoTTS需要)"
|
||
tts.voice:
|
||
name: "语音合成音色"
|
||
description: "语音合成服务的音色设置(可选,默认为BV001_streaming)"
|
||
asr.type:
|
||
name: "语音识别模型(ASR)"
|
||
description: "选择使用哪种语音识别模型,不同模型支持不同语言,DoubaoASR:豆包语音识别,TencentASR:腾讯云语音识别,FunASR:Fun语音识别"
|
||
asr.appid:
|
||
name: "语音识别AppID"
|
||
description: "语音识别服务的应用ID(仅在线服务需要)"
|
||
asr.access_token:
|
||
name: "语音识别Token/Secret ID"
|
||
description: "语音识别服务的访问令牌或密钥ID(仅在线服务需要)"
|
||
asr.secret_key:
|
||
name: "语音识别Secret Key"
|
||
description: "语音识别服务的密钥(仅腾讯ASR需要)"
|
||
vllm.type:
|
||
name: "视觉语言大模型(VLLM)"
|
||
description: "选择使用哪个视觉语言大模型(VLLM),ChatGLMVLLM:智谱 AI (Zhipu) 免费,QwenVLVLLM:阿里云 (通义千问) 付费效果更强,XunfeiSparkLLM:配置待修正暂不建议使用"
|
||
vllm.model_name:
|
||
name: "VLLM模型名称"
|
||
description: "根据所选服务商填写:智谱AI填 glm-4v-flash(免费),阿里云填 qwen2.5-vl-3b-instruct 或 qwen-vl-max"
|
||
vllm.api_key:
|
||
name: "VLLM API密钥"
|
||
description: "所选服务商的API密钥,智谱在 bigmodel.cn 获取,阿里云在 bailian.console.aliyun.com 获取"
|
||
intent.type:
|
||
name: "意图识别模型"
|
||
description: "选择意图识别方式,nointent:关闭意图识别,intent_llm:独立LLM模型识别(较慢但准确),function_call:由主LLM直接处理(推荐,需LLM支持工具调用)"
|
||
memory.type:
|
||
name: "记忆存储"
|
||
description: "选择记忆存储方式,nomem:不启用记忆(默认),mem0ai:云端记忆(每月1000次免费),mem_local_short:本地短期记忆(隐私性好)"
|
||
plugins.get_weather.api_key:
|
||
name: "天气API密钥"
|
||
description: "和风天气API密钥"
|
||
plugins.get_weather.default_location:
|
||
name: "默认位置"
|
||
description: "天气查询的默认位置"
|
||
plugins.home_assistant.base_url:
|
||
name: "Home Assistant地址"
|
||
description: "您的Home Assistant实例地址"
|
||
plugins.home_assistant.api_key:
|
||
name: "Home Assistant令牌"
|
||
description: "Home Assistant的长期访问令牌"
|
||
plugins.home_assistant.devices:
|
||
name: "Home Assistant设备"
|
||
description: "要控制的Home Assistant设备列表"
|
||
|
||
network:
|
||
8000/tcp: "ESP32设备通信的WebSocket服务器端口"
|