feat: update readme for model managerment (#2405)

This commit is contained in:
Ryo
2025-10-29 17:01:12 +08:00
committed by GitHub
parent 984b0acba9
commit 504f094728
2 changed files with 2 additions and 2 deletions

View File

@ -64,7 +64,7 @@ Deployment steps:
For common startup failure issues, **please refer to the [FAQ](https://github.com/coze-dev/coze-studio/wiki/9.-FAQ)**.
3. Register an account by visiting `http://localhost:8888/sign`, entering your username and password, and clicking the Register button.
4. Configure the model at `http://localhost:8888/admin/#model-management` by adding a new model. (The model management feature is currently in beta testing. To try it out, please change the images in `docker-compose.yml` to `cozedev/coze-studio-server:0.5.0.beta.3` and `cozedev/coze-studio-web:0.5.0.beta`.)
4. Configure the model at `http://localhost:8888/admin/#model-management` by adding a new model. (The image version must be greater than or equal to 0.5.0.)
5. Visit Coze Studio at `http://localhost:8888/`.
> [!WARNING]