更新README:添加当前运行访问地址信息

- 添加当前运行地址:本地、网络、外部访问
- 补充启动命令和端口说明
- 提升文档实用性,方便用户快速访问
This commit is contained in:
音布鲁格 2026-01-09 09:25:19 +08:00
parent c848b36003
commit c801921c73

View File

@ -49,6 +49,22 @@ pip install -r requirements.txt
DEEPSEEK_API_KEY=your_deepseek_api_key_here
```
## 🌐 访问地址
### 当前运行地址
- **本地访问**: http://localhost:8513
- **网络访问**: http://10.132.123.129:8513
- **外部访问**: http://223.160.207.75:8513
### 启动应用
```bash
python -m streamlit run app.py --server.headless true --server.port 8513
```
### 端口说明
- 默认端口8513可自定义
- 如果端口被占用会自动尝试其他端口8510-8520
4. 运行应用
```bash
streamlit run app.py