From b89ab31c8f7b3bcab0df401f52bd073ca2673000 Mon Sep 17 00:00:00 2001 From: lizhanpeng Date: Fri, 8 Aug 2025 17:04:37 +0800 Subject: [PATCH 1/4] feat(doc): add more model info --- README.cn.md | 4 ++-- README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.cn.md b/README.cn.md index eab6fc62d..163d1a417 100644 --- a/README.cn.md +++ b/README.cn.md @@ -51,8 +51,8 @@ Coze Loop 通过提供全生命周期的管理能力,帮助开发者更高效 cd coze-loop ``` 2. 配置模型。进入目录 `conf/default/app/runtime/`,编辑文件 `model_config.yaml`,修改 api_key 和 model 字段。以火山方舟为例: - * api_key:火山方舟 API Key,获取方式可参考[获取 API Key](Keyhttps://www.volcengine.com/docs/82379/1541594)。 - * model:火山方舟模型接入点的 Endpoint ID,获取方式可参考[获取 Endpoint](https://www.volcengine.com/docs/82379/1099522)。 + * api_key:火山方舟 API Key。中国境内用户参考[火山方舟文档](https://www.volcengine.com/docs/82379/1541594);非中国境内的用户可参考[BytePlus ModelArk 文档](https://docs.byteplus.com/en/docs/ModelArk/1361424)。 + * model:火山方舟模型接入点的 Endpoint ID。中国境内用户参考[火山方舟文档](https://www.volcengine.com/docs/82379/1099522);非中国境内的用户可参考[BytePlus ModelArk 文档](https://docs.byteplus.com/en/docs/ModelArk/model_id)。 3. 启动服务。执行以下命令,使用 Docker Compose 快速部署 Coze Loop 开源版。 ```Bash # 启动服务,默认为开发模式 diff --git a/README.md b/README.md index ce08900f4..c351a1918 100644 --- a/README.md +++ b/README.md @@ -53,8 +53,8 @@ Coze Loop helps developers efficiently develop and operate AI agents by providin cd coze-loop ``` 2. Configure the model. Go to the `conf/default/app/runtime/` directory, edit the `model_config.yaml` file, and modify the `api_key` and `model` fields. Taking Volcengine Ark as an example: - * `api_key`: Volcengine Ark API Key. For how to obtain it, please refer to [Get API Key](https://www.volcengine.com/docs/82379/1541594). - * `model`: The Endpoint ID of the Volcengine Ark model access point. For how to obtain it, please refer to [Get Endpoint](https://www.volcengine.com/docs/82379/1099522). + * `api_key`: Volcengine Ark API Key. For users in China, refer to the [Volcengine Ark document](https://www.volcengine.com/docs/82379/1541594); for users outside China, refer to the [BytePlus ModelArk document](https://docs.byteplus.com/en/docs/ModelArk/1361424). + * `model`: The Endpoint ID of the Volcengine Ark model access point. For users in China, refer to the [Volcengine Ark document](https://www.volcengine.com/docs/82379/1099522); for users outside China, refer to the [BytePlus ModelArk document](https://docs.byteplus.com/en/docs/ModelArk/model_id). 3. Start the service. Execute the following command to quickly deploy the Coze Loop open-source edition using Docker Compose. ```Bash # Start the service, default is development mode From 6d8c703745a7959e8510d181942f7cab8b1165df Mon Sep 17 00:00:00 2001 From: lizhanpeng Date: Fri, 8 Aug 2025 17:54:59 +0800 Subject: [PATCH 2/4] feat(doc): add more --- README.cn.md | 4 ++-- README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.cn.md b/README.cn.md index 163d1a417..42f0c36eb 100644 --- a/README.cn.md +++ b/README.cn.md @@ -51,8 +51,8 @@ Coze Loop 通过提供全生命周期的管理能力,帮助开发者更高效 cd coze-loop ``` 2. 配置模型。进入目录 `conf/default/app/runtime/`,编辑文件 `model_config.yaml`,修改 api_key 和 model 字段。以火山方舟为例: - * api_key:火山方舟 API Key。中国境内用户参考[火山方舟文档](https://www.volcengine.com/docs/82379/1541594);非中国境内的用户可参考[BytePlus ModelArk 文档](https://docs.byteplus.com/en/docs/ModelArk/1361424)。 - * model:火山方舟模型接入点的 Endpoint ID。中国境内用户参考[火山方舟文档](https://www.volcengine.com/docs/82379/1099522);非中国境内的用户可参考[BytePlus ModelArk 文档](https://docs.byteplus.com/en/docs/ModelArk/model_id)。 + * api_key:火山方舟 API Key。中国境内用户参考[火山方舟文档](https://www.volcengine.com/docs/82379/1541594);非中国境内的用户可参考[BytePlus ModelArk 文档](https://docs.byteplus.com/en/docs/ModelArk/1361424?utm_source=github&utm_medium=readme&utm_campaign=coze_open_source)。 + * model:火山方舟模型接入点的 Endpoint ID。中国境内用户参考[火山方舟文档](https://www.volcengine.com/docs/82379/1099522);非中国境内的用户可参考[BytePlus ModelArk 文档](https://docs.byteplus.com/en/docs/ModelArk/model_id?utm_source=github&utm_medium=readme&utm_campaign=coze_open_source)。 3. 启动服务。执行以下命令,使用 Docker Compose 快速部署 Coze Loop 开源版。 ```Bash # 启动服务,默认为开发模式 diff --git a/README.md b/README.md index c351a1918..6cb54b6b0 100644 --- a/README.md +++ b/README.md @@ -53,8 +53,8 @@ Coze Loop helps developers efficiently develop and operate AI agents by providin cd coze-loop ``` 2. Configure the model. Go to the `conf/default/app/runtime/` directory, edit the `model_config.yaml` file, and modify the `api_key` and `model` fields. Taking Volcengine Ark as an example: - * `api_key`: Volcengine Ark API Key. For users in China, refer to the [Volcengine Ark document](https://www.volcengine.com/docs/82379/1541594); for users outside China, refer to the [BytePlus ModelArk document](https://docs.byteplus.com/en/docs/ModelArk/1361424). - * `model`: The Endpoint ID of the Volcengine Ark model access point. For users in China, refer to the [Volcengine Ark document](https://www.volcengine.com/docs/82379/1099522); for users outside China, refer to the [BytePlus ModelArk document](https://docs.byteplus.com/en/docs/ModelArk/model_id). + * `api_key`: Volcengine Ark API Key. For users in China, refer to the [Volcengine Ark document](https://www.volcengine.com/docs/82379/1541594); for users outside China, refer to the [BytePlus ModelArk document](https://docs.byteplus.com/en/docs/ModelArk/1361424?utm_source=github&utm_medium=readme&utm_campaign=coze_open_source). + * `model`: The Endpoint ID of the Volcengine Ark model access point. For users in China, refer to the [Volcengine Ark document](https://www.volcengine.com/docs/82379/1099522); for users outside China, refer to the [BytePlus ModelArk document](https://docs.byteplus.com/en/docs/ModelArk/model_id?utm_source=github&utm_medium=readme&utm_campaign=coze_open_source). 3. Start the service. Execute the following command to quickly deploy the Coze Loop open-source edition using Docker Compose. ```Bash # Start the service, default is development mode From 81ee23b62e8eabdf22ebedd834c3ece240809fda Mon Sep 17 00:00:00 2001 From: lizhanpeng Date: Fri, 8 Aug 2025 18:09:33 +0800 Subject: [PATCH 3/4] feat(doc): change url --- README.cn.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.cn.md b/README.cn.md index 42f0c36eb..75cd2053d 100644 --- a/README.cn.md +++ b/README.cn.md @@ -52,7 +52,7 @@ Coze Loop 通过提供全生命周期的管理能力,帮助开发者更高效 ``` 2. 配置模型。进入目录 `conf/default/app/runtime/`,编辑文件 `model_config.yaml`,修改 api_key 和 model 字段。以火山方舟为例: * api_key:火山方舟 API Key。中国境内用户参考[火山方舟文档](https://www.volcengine.com/docs/82379/1541594);非中国境内的用户可参考[BytePlus ModelArk 文档](https://docs.byteplus.com/en/docs/ModelArk/1361424?utm_source=github&utm_medium=readme&utm_campaign=coze_open_source)。 - * model:火山方舟模型接入点的 Endpoint ID。中国境内用户参考[火山方舟文档](https://www.volcengine.com/docs/82379/1099522);非中国境内的用户可参考[BytePlus ModelArk 文档](https://docs.byteplus.com/en/docs/ModelArk/model_id?utm_source=github&utm_medium=readme&utm_campaign=coze_open_source)。 + * model:火山方舟模型接入点的 Endpoint ID。中国境内用户参考[火山方舟文档](https://www.volcengine.com/docs/82379/1099522);非中国境内的用户可参考[BytePlus ModelArk 文档](https://docs.byteplus.com/en/docs/ModelArk/1099522?utm_source=github&utm_medium=readme&utm_campaign=coze_open_source)。 3. 启动服务。执行以下命令,使用 Docker Compose 快速部署 Coze Loop 开源版。 ```Bash # 启动服务,默认为开发模式 diff --git a/README.md b/README.md index 6cb54b6b0..fb7977ab1 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ Coze Loop helps developers efficiently develop and operate AI agents by providin ``` 2. Configure the model. Go to the `conf/default/app/runtime/` directory, edit the `model_config.yaml` file, and modify the `api_key` and `model` fields. Taking Volcengine Ark as an example: * `api_key`: Volcengine Ark API Key. For users in China, refer to the [Volcengine Ark document](https://www.volcengine.com/docs/82379/1541594); for users outside China, refer to the [BytePlus ModelArk document](https://docs.byteplus.com/en/docs/ModelArk/1361424?utm_source=github&utm_medium=readme&utm_campaign=coze_open_source). - * `model`: The Endpoint ID of the Volcengine Ark model access point. For users in China, refer to the [Volcengine Ark document](https://www.volcengine.com/docs/82379/1099522); for users outside China, refer to the [BytePlus ModelArk document](https://docs.byteplus.com/en/docs/ModelArk/model_id?utm_source=github&utm_medium=readme&utm_campaign=coze_open_source). + * `model`: The Endpoint ID of the Volcengine Ark model access point. For users in China, refer to the [Volcengine Ark document](https://www.volcengine.com/docs/82379/1099522); for users outside China, refer to the [BytePlus ModelArk document](https://docs.byteplus.com/en/docs/ModelArk/1099522?utm_source=github&utm_medium=readme&utm_campaign=coze_open_source). 3. Start the service. Execute the following command to quickly deploy the Coze Loop open-source edition using Docker Compose. ```Bash # Start the service, default is development mode From 94348f42307229468f725ab7dfb50b77f77782c7 Mon Sep 17 00:00:00 2001 From: lizhanpeng Date: Fri, 8 Aug 2025 18:29:07 +0800 Subject: [PATCH 4/4] feat(doc): fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fb7977ab1..8484feb53 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ Coze Loop helps developers efficiently develop and operate AI agents by providin cd coze-loop ``` 2. Configure the model. Go to the `conf/default/app/runtime/` directory, edit the `model_config.yaml` file, and modify the `api_key` and `model` fields. Taking Volcengine Ark as an example: - * `api_key`: Volcengine Ark API Key. For users in China, refer to the [Volcengine Ark document](https://www.volcengine.com/docs/82379/1541594); for users outside China, refer to the [BytePlus ModelArk document](https://docs.byteplus.com/en/docs/ModelArk/1361424?utm_source=github&utm_medium=readme&utm_campaign=coze_open_source). + * `api_key`: Volcengine Ark API Key. For users in China, refer to the [Volcengine Ark document](https://www.volcengine.com/docs/82379/1541594); for users outside China, refer to the [BytePlus ModelArk document](https://docs.byteplus.com/en/docs/ModelArk/1361424?utm_source=github&utm_medium=readme&utm_campaign=coze_open_source). * `model`: The Endpoint ID of the Volcengine Ark model access point. For users in China, refer to the [Volcengine Ark document](https://www.volcengine.com/docs/82379/1099522); for users outside China, refer to the [BytePlus ModelArk document](https://docs.byteplus.com/en/docs/ModelArk/1099522?utm_source=github&utm_medium=readme&utm_campaign=coze_open_source). 3. Start the service. Execute the following command to quickly deploy the Coze Loop open-source edition using Docker Compose. ```Bash