From 8a38a996136b9c3cb26ce78be9b9aa0b3914cf07 Mon Sep 17 00:00:00 2001 From: kalicyh <34980061+kaliCYH@users.noreply.github.com> Date: Thu, 13 Feb 2025 17:13:55 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=83=20docs(readme):=20=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E5=BC=80=E5=8F=91=E6=B5=8B=E8=AF=95=E9=83=A8=E7=BD=B2?= =?UTF-8?q?=E6=96=B9=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + README.md | 9 +++++++++ 2 files changed, 10 insertions(+) diff --git a/.gitignore b/.gitignore index 923dba63..fa607b72 100644 --- a/.gitignore +++ b/.gitignore @@ -139,3 +139,4 @@ cython_debug/ *.iml model.pt tmp +.DS_Store diff --git a/README.md b/README.md index a3c1d7dd..ece47c50 100644 --- a/README.md +++ b/README.md @@ -217,6 +217,15 @@ pip install -r requirements.txt - 线路二:百度网盘下载[SenseVoiceSmall](https://pan.baidu.com/share/init?surl=QlgM58FHhYv1tFnUT_A8Sg&pwd=qvna) 提取码: `qvna` +## 方式三:本地开发但是环境不好配置 + +``` +docker run -d --name xiaozhi-esp32-server --restart always --security-opt seccomp:unconfined \ + -p 8000:8000 \ + -v ./:/opt/xiaozhi-esp32-server \ + ccr.ccs.tencentyun.com/xinnan/xiaozhi-esp32-server:latest +``` + ### 4.配置项目 修改`config.yaml`文件,配置本项目所需的各种参数。默认的LLM使用的是`ChatGLMLLM`,你需要配置密钥,才能启动。