update README

This commit is contained in:
2025-01-12 10:22:32 +00:00
parent 9553eee3e4
commit da57894a4a
-9
View File
@@ -52,15 +52,6 @@
└── picture/ # 用户头像 └── 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 ## API基础URL
https://dev.obscura.work/v1 https://dev.obscura.work/v1
https://dev.obscura.work/v1_chat https://dev.obscura.work/v1_chat