首次推出astrbot;

升级了filebrowser、xiaozhi-esp32-server-mini、xiaozhi-esp32-webui、xiaozhi-esp32-server;
This commit is contained in:
waxgourd
2026-02-09 12:53:33 +08:00
parent 4ed4f100a4
commit 9e9866271b
14 changed files with 80 additions and 4 deletions

View File

@@ -1,3 +1,5 @@
## 0.9.1 (2026-02-03)
- 版本升级
## 0.8.6 (2025-11-07)
- 版本升级
## 0.8.5 (2025-10-23)

View File

@@ -1,5 +1,5 @@
name: "小智 AI Server 极速版"
version: "0.8.6"
version: "0.9.1"
slug: "xiaozhi_esp32_server_mini"
description: "小智 AI Server 极速版 - 提供语音识别、对话和控制功能支持与ESP32设备通信"
url: "https://gitcode.com/waxgourd/addons"
@@ -41,6 +41,8 @@ options:
vllm.type: ChatGLMVLLM
vllm.model_name: "glm-4v-flash"
vllm.api_key: ""
intent.type: function_call
memory.type: nomem
plugins.get_weather.api_key: a861d0d5e7bf4ee1a83d9a9e4f96d4da
plugins.get_weather.default_location: 广州
log_level: INFO
@@ -65,6 +67,8 @@ schema:
vllm.type: list(ChatGLMVLLM|QwenVLVLLM)
vllm.model_name: str?
vllm.api_key: str?
intent.type: list(nointent|intent_llm|function_call)?
memory.type: list(mem0ai|nomem|mem_local_short)?
plugins.get_weather.api_key: str
plugins.get_weather.default_location: str
log_level: list(INFO|DEBUG)