From a3ba91c0904cc49469b2180360c855bc1e746485 Mon Sep 17 00:00:00 2001 From: goulustis Date: Fri, 7 Nov 2025 00:31:26 +0800 Subject: [PATCH] update readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a712bc..e8ba1f8 100644 --- a/README.md +++ b/README.md @@ -45,4 +45,6 @@ see `scripts/make_eval_dataset.py` for example. Specific meaning of each entry: # 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 \ No newline at end of file +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/` \ No newline at end of file