mirror of
https://github.com/OpenBMB/ChatDev.git
synced 2026-04-25 11:18:06 +00:00
Merge pull request #515 from MatrixA/fix/readme-reload-hint
docs: add --reload warning for file output tasks
This commit is contained in:
commit
f366a51538
@ -125,6 +125,7 @@ ChatDev 已从一个专门的软件开发多智能体系统演变为一个全面
|
||||
# 从项目根目录运行
|
||||
uv run python server_main.py --port 6400 --reload
|
||||
```
|
||||
> 若输出文件(如 GameDev)触发重启导致任务中断、进度丢失,请去掉 `--reload`。
|
||||
|
||||
2. **启动前端**:
|
||||
```bash
|
||||
|
||||
@ -127,6 +127,7 @@ See our paper in [Multi-Agent Collaboration via Evolving Orchestration](https://
|
||||
# Run from the project root
|
||||
uv run python server_main.py --port 6400 --reload
|
||||
```
|
||||
> Remove `--reload` if output files (e.g., GameDev) trigger restarts, which interrupts tasks and loses progress.
|
||||
|
||||
2. **Start Frontend**:
|
||||
```bash
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user