mirror of
https://gitcode.com/waxgourd/addons
synced 2026-03-29 11:28:27 +08:00
升级了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:
@@ -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"
|
||||
|
||||
@@ -42,6 +42,21 @@ configuration:
|
||||
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密钥"
|
||||
|
||||
Reference in New Issue
Block a user