升级了addon-zigbee2mqtt-twin、alist、abstbot、ddnsto-go、dozzle、drawio、emby_bate、filebrowser、netdata、nextcluud、openlist、owjdxb-wg、portainer、xiaomusic、xiaozhi-esp32-server-mini;

This commit is contained in:
waxgourd
2026-02-25 11:30:34 +08:00
parent 9e9866271b
commit f04a0d5cda
35 changed files with 113 additions and 25 deletions

View File

@@ -42,6 +42,21 @@ configuration:
asr.secret_key:
name: "Speech Recognition Secret Key"
description: "Secret key for speech recognition service (required for Tencent ASR only)"
vllm.type:
name: "Vision-Language Model (VLLM)"
description: "Select which vision-language model (VLLM) to use, ChatGLMVLLM: Zhipu AI (free), QwenVLVLLM: Alibaba Cloud (Tongyi Qianwen) paid with stronger performance, XunfeiSparkLLM: configuration pending correction, temporarily not recommended"
vllm.model_name:
name: "VLLM Model Name"
description: "Fill in according to selected provider: Zhipu AI use glm-4v-flash (free), Alibaba Cloud use qwen2.5-vl-3b-instruct or qwen-vl-max"
vllm.api_key:
name: "VLLM API Key"
description: "API key for selected provider, Zhipu at bigmodel.cn, Alibaba Cloud at bailian.console.aliyun.com"
intent.type:
name: "Intent Recognition Model"
description: "Select intent recognition method, nointent: disable intent recognition, intent_llm: independent LLM recognition (slower but accurate), function_call: processed by main LLM (recommended, requires LLM tool calling support)"
memory.type:
name: "Memory Storage"
description: "Select memory storage method, nomem: disabled (default), mem0ai: cloud memory (1000 free calls per month), mem_local_short: local short-term memory (privacy-focused)"
plugins.get_weather.api_key:
name: "Weather API Key"
description: "QWeather API key"

View File

@@ -42,6 +42,21 @@ configuration:
asr.secret_key:
name: "语音识别Secret Key"
description: "语音识别服务的密钥仅腾讯ASR需要"
vllm.type:
name: "视觉语言大模型VLLM"
description: "选择使用哪个视觉语言大模型VLLMChatGLMVLLM智谱 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密钥"