From f4eb57c4134914136878ba7c6f64e9634a70d06a Mon Sep 17 00:00:00 2001 From: Therainclouds <245141853@qq.com> Date: Fri, 7 Nov 2025 15:57:01 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=9B=B4=E6=96=B0README.md=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E5=B0=8F=E6=99=BA=E9=85=8D=E7=BD=AE=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 添加关于小智(Xiaozhi)的配置说明,包括如何设置模型入口和base_url配置 --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index d7b7863..0c242e4 100644 --- a/README.md +++ b/README.md @@ -236,6 +236,15 @@ python scripts/eval.py - 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/` + +``` +# 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/ +``` ## 技术栈 - **核心框架**: LangChain, LangGraph