首次推出xunlei-test;

升级了ddns-go、dozzle、dpanel、drawio、emby、lucky、netdata、nextclound、portainer、qinglong、xiaozhi-esp32-server-mini、xiaozhi-esp32-server、xiaozhi-esp32-webui、zigbee2mqtt;
This commit is contained in:
waxgourd
2025-06-20 20:36:55 +08:00
parent c4f57aa203
commit 7f33f7afe8
37 changed files with 230 additions and 20 deletions

View File

@@ -1,3 +1,7 @@
## 0.5.7 (2025-06-18)
- 版本升级
## 0.5.5 (2025-06-09)
- 版本升级
## 0.5.4 (2025-06-05)
- 版本升级
## 0.5.3 (2025-06-03)

View File

@@ -1,5 +1,5 @@
name: "小智 AI Server 极速版"
version: "0.5.4"
version: "0.5.7"
slug: "xiaozhi_esp32_server_mini"
description: "小智 AI Server 极速版 - 提供语音识别、对话和控制功能支持与ESP32设备通信"
url: "https://gitcode.com/waxgourd/addons"
@@ -38,7 +38,9 @@ options:
asr.appid: ""
asr.access_token: ""
asr.secret_key: ""
#vllm.api_key: ""
vllm.type: ChatGLMVLLM
vllm.model_name: "glm-4v-flash"
vllm.api_key: ""
plugins.get_weather.api_key: a861d0d5e7bf4ee1a83d9a9e4f96d4da
plugins.get_weather.default_location: 广州
log_level: INFO
@@ -60,7 +62,9 @@ schema:
asr.appid: str?
asr.access_token: str?
asr.secret_key: str?
#vllm.api_key: str?
vllm.type: list(ChatGLMVLLM|QwenVLVLLM)
vllm.model_name: str?
vllm.api_key: str?
plugins.get_weather.api_key: str
plugins.get_weather.default_location: str
log_level: list(INFO|DEBUG)