升级了xiaozhi-esp32-server、xiaozhi-mcp-server;

This commit is contained in:
waxgourd
2025-05-22 18:57:41 +08:00
parent c0749dfda5
commit e952a1b374
6 changed files with 6 additions and 4 deletions

View File

@@ -1,3 +1,5 @@
## 0.4.3-1 (2025-05-20)
- 版本升级
## 0.4.3 (2025-05-16) ## 0.4.3 (2025-05-16)
- 版本升级 - 版本升级
## 0.4.2 (2025-05-13) ## 0.4.2 (2025-05-13)

View File

@@ -1,5 +1,5 @@
name: "小智 AI Server 最简化版" name: "小智 AI Server 最简化版"
version: "0.4.3" version: "0.4.3-1"
slug: "xiaozhi_esp32_server" slug: "xiaozhi_esp32_server"
description: "小智 AI Server 最简化版 - 提供语音识别、对话和控制功能支持与ESP32设备通信" description: "小智 AI Server 最简化版 - 提供语音识别、对话和控制功能支持与ESP32设备通信"
url: "https://gitcode.com/waxgourd/addons" url: "https://gitcode.com/waxgourd/addons"

View File

@@ -1,3 +1,3 @@
### 1.0-beta2025-05-20 ### 1.02025-05-20
- 首次推出 - 首次推出

View File

@@ -12,11 +12,11 @@ translations: true
init: false init: false
environment: environment:
XIAOZHI_MCP_ENDPOINT: "wss://api.xiaozhi.me/mcp/?token=" XIAOZHI_MCP_ENDPOINT: "wss://api.xiaozhi.me/mcp/?token="
HA_MCP_ENDPOINT: "http://homeassistant.local:8123/mcp_server/sse" HA_MCP_ENDPOINT: "http://homeassistant:8123/mcp_server/sse"
API_ACCESS_TOKEN: "" API_ACCESS_TOKEN: ""
options: options:
XIAOZHI_MCP_ENDPOINT: "wss://api.xiaozhi.me/mcp/?token=" XIAOZHI_MCP_ENDPOINT: "wss://api.xiaozhi.me/mcp/?token="
HA_MCP_ENDPOINT: "http://homeassistant.local:8123/mcp_server/sse" HA_MCP_ENDPOINT: "http://homeassistant:8123/mcp_server/sse"
API_ACCESS_TOKEN: API_ACCESS_TOKEN:
schema: schema:
XIAOZHI_MCP_ENDPOINT: str XIAOZHI_MCP_ENDPOINT: str

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 MiB

After

Width:  |  Height:  |  Size: 99 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 MiB

After

Width:  |  Height:  |  Size: 99 KiB