From 6444164a5eefa05cb825599197b1e5af2da28b09 Mon Sep 17 00:00:00 2001 From: Ryo Date: Thu, 23 Oct 2025 10:59:52 +0800 Subject: [PATCH] docs: update reademe (#2374) --- README.md | 4 ++-- README.zh_CN.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 52995d45f..bf11b306e 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ Deployment steps: # Clone code git clone https://github.com/coze-dev/coze-studio.git ``` -2. Deploy and start the service. When deploying and starting Coze Studio for the first time, it may take a while to retrieve images and build local images. Please be patient. During deployment, you will see the following log information. If you see the message "Container coze-server Started," it means the Coze Studio service has started successfully. +2. Deploy and start the service. When deploying and starting Coze Studio for the first time, it may take a while to retrieve images and build local images. Please be patient. If you see the message "Container coze-server Started," it means the Coze Studio service has started successfully. ```Bash cd coze-studio @@ -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. +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`.) 5. Visit Coze Studio at `http://localhost:8888/`. > [!WARNING] diff --git a/README.zh_CN.md b/README.zh_CN.md index dc95f0273..5f4aa525c 100644 --- a/README.zh_CN.md +++ b/README.zh_CN.md @@ -53,7 +53,7 @@ Coze Studio 的后端采用 Golang 开发,前端使用 React + TypeScript, ``` 2. 部署并启动服务。 - 首次部署并启动 Coze Studio 需要拉取镜像、构建本地镜像,可能耗时较久,请耐心等待。部署过程中,你会看到以下日志信息。如果看到提示 "Container coze-server Started",表示 Coze Studio 服务已成功启动。 + 首次部署并启动 Coze Studio 需要拉取镜像、构建本地镜像,可能耗时较久,请耐心等待。如果看到提示 "Container coze-server Started",表示 Coze Studio 服务已成功启动。 ```Bash cd coze-studio @@ -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` 新增模型。 +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`进行体验)。 5. 访问 Coze Studio `http://localhost:8888/`。 > [!WARNING]