diff --git a/README.md b/README.md index f64e438..bf115b2 100644 --- a/README.md +++ b/README.md @@ -52,15 +52,6 @@ └── picture/ # 用户头像 -## 安装与部署 - # 1. 安装后端依赖: - pip install -r requirements.txt - # 2. 配置环境变量: - - 在`.env`文件中填写必要的配置信息(数据库、Redis、SMTP等) - # 3. 启动后端服务: - uvicorn main:app --host 0.0.0.0 --port 8000 - # 4. 部署web文件到Web服务器 - ## API基础URL https://dev.obscura.work/v1 https://dev.obscura.work/v1_chat