Skip to content

Commit 6444164

Browse files
authored
docs: update reademe (#2374)
1 parent c954129 commit 6444164

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Deployment steps:
5050
# Clone code
5151
git clone https://github.com/coze-dev/coze-studio.git
5252
```
53-
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.
53+
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.
5454

5555
```Bash
5656
cd coze-studio
@@ -64,7 +64,7 @@ Deployment steps:
6464

6565
For common startup failure issues, **please refer to the [FAQ](https://github.com/coze-dev/coze-studio/wiki/9.-FAQ)**.
6666
3. Register an account by visiting `http://localhost:8888/sign`, entering your username and password, and clicking the Register button.
67-
4. Configure the model at `http://localhost:8888/admin/#model-management` by adding a new model.
67+
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`.)
6868
5. Visit Coze Studio at `http://localhost:8888/`.
6969

7070
> [!WARNING]

README.zh_CN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Coze Studio 的后端采用 Golang 开发,前端使用 React + TypeScript,
5353
```
5454

5555
2. 部署并启动服务。
56-
首次部署并启动 Coze Studio 需要拉取镜像、构建本地镜像,可能耗时较久,请耐心等待。部署过程中,你会看到以下日志信息。如果看到提示 "Container coze-server Started",表示 Coze Studio 服务已成功启动。
56+
首次部署并启动 Coze Studio 需要拉取镜像、构建本地镜像,可能耗时较久,请耐心等待。如果看到提示 "Container coze-server Started",表示 Coze Studio 服务已成功启动。
5757

5858
```Bash
5959
cd coze-studio
@@ -67,7 +67,7 @@ Coze Studio 的后端采用 Golang 开发,前端使用 React + TypeScript,
6767

6868
**启动失败常见问题可参考[常见问题](https://github.com/coze-dev/coze-studio/wiki/9.-%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98)**
6969
3. 注册账号,访问 `http://localhost:8888/sign` 输入用户名、密码点击注册按钮。
70-
4. 配置模型`http://localhost:8888/admin/#model-management` 新增模型。
70+
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`进行体验)
7171
5. 访问 Coze Studio `http://localhost:8888/`
7272

7373
> [!WARNING]

0 commit comments

Comments
 (0)