From 9a17aaf6ed09ba79ae5a4d6d55f25874346d90b7 Mon Sep 17 00:00:00 2001 From: goulustis Date: Thu, 15 Jan 2026 16:48:58 +0800 Subject: [PATCH] update readme --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index bd32b43..75f8c7b 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,15 @@ LANGSMITH_API_KEY= # for testing only; location of where dat ### Hardware tools update the link to xiaozhi server in `configs/mcp_config.json` +## Configure for Xiaozhi +0. Start the `fastapi_server/server_dashscope.py` file +1. Make a new model entry in `xiaozhi` with AliBL as provider. +2. Fill in the `base_url` entry. The other entries (`API_KEY`, `APP_ID`) can be garbage + - for local computer `base_url=http://127.0.0.1:8588/api/` + - if inside docker, it needs to be `base_url=http://{computer_ip}:8588/api/` + + + ## 运行服务 ```bash