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]

View File

@ -67,7 +67,7 @@ Coze Studio 的后端采用 Golang 开发,前端使用 React + TypeScript
**启动失败常见问题可参考[常见问题](https://github.com/coze-dev/coze-studio/wiki/9.-%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98)**。
3. 注册账号,访问 `http://localhost:8888/sign` 输入用户名、密码点击注册按钮。
4. 配置模型:访问 `http://localhost:8888/admin/#model-management` 新增模型。(模型管理功能还在 beta 测试中,请将 `docker-compose.yml` 文件中的 `coze-server` 和 `coze-web` 服务镜像分别修改为 `cozedev/coze-studio-server:0.5.0.beta.3` 和 `cozedev/coze-studio-web:0.5.0.beta`进行体验)。
4. 配置模型:访问 `http://localhost:8888/admin/#model-management` 新增模型。(镜像版本需要大于等于 0.5.0)。
5. 访问 Coze Studio `http://localhost:8888/`。
> [!WARNING]