From 504f094728b3f9d877f4ee1c6ab6a132c34e1f0b Mon Sep 17 00:00:00 2001 From: Ryo Date: Wed, 29 Oct 2025 17:01:12 +0800 Subject: [PATCH] feat: update readme for model managerment (#2405) --- README.md | 2 +- README.zh_CN.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bf11b306e..df67a0235 100644 --- a/README.md +++ b/README.md @@ -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] diff --git a/README.zh_CN.md b/README.zh_CN.md index 5f4aa525c..a50262592 100644 --- a/README.zh_CN.md +++ b/README.zh_CN.md @@ -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]