Skip to content

Commit 8f92ddd

Browse files
authored
add coze docs
1 parent 848377e commit 8f92ddd

File tree

2 files changed

+37
-37
lines changed
  • i18n/en/docusaurus-plugin-content-docs/version-2.0/apps
  • versioned_docs/version-2.0/apps

2 files changed

+37
-37
lines changed

i18n/en/docusaurus-plugin-content-docs/version-2.0/apps/coze.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
title: Coze
33
slug: /coze
44
tags:
5-
- console
6-
- other
5+
- Programming Assistant
6+
- AI Agent
7+
- Coze
78
---
89

910
import Meta from './_include/coze.md';
@@ -18,26 +19,25 @@ import Meta from './_include/coze.md';
1819

1920
2. Complete the install wizard step by step
2021

21-
### Login verification{#verification}
22+
### Setting Up AI Models
2223

23-
1. Completed installation Coze at Websoft9 console, get the applicaiton's overview and access credentials from **My Apps**
24+
The Coze installed via the Websoft9 console cannot yet utilize its core functionality. Follow these steps:
2425

25-
2. Starting to verify it
26+
1. [Orchestrate the HuggingChat application](https://support.websoft9.com/docs/app-compose#dynamic), edit the `.env` file, and set the following variables (using the Deepseek model as an example):
2627

27-
## Configuration options{#configs}
28+
```
29+
MODEL_PROTOCOL_0=“ark”
30+
MODEL_OPENCOZE_ID_0="100001"
31+
MODEL_NAME_0="deepseek" # Model name (customizable)
32+
MODEL_ID_0="deepseek-reasoner" # Model ID provided by the vendor
33+
MODEL_API_KEY_0=“sk-xxxxxxxxxxxxxxxxxxxxxxx” # API key
34+
MODEL_BASE_URL_0="https://api.deepseek.com" # Model base URL
35+
```
2836

29-
- CLI
30-
- Multilingual (√)
31-
- SMTP (√)
37+
2. After rebuilding the application, create an AI agent to begin operations.
3238

33-
## Administer{#administrator}
39+
## Configuration options{#configs}
3440

35-
- **Password recover**
36-
- **Change URL**
37-
- **HTTPS**
38-
- **Online backup**
39-
- **Online upgrade**
41+
## Administer{#administrator}
4042

4143
## Troubleshooting{#troubleshooting}
42-
43-
#### 502 failed code?

versioned_docs/version-2.0/apps/coze.md

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
title: Coze
33
slug: /coze
44
tags:
5-
- Web 面板
6-
- 可视化
7-
- GUI
5+
- 编程助手
6+
- AI 智能体
7+
- Coze
88
---
99

1010
import Meta from './_include/coze.md';
@@ -15,29 +15,29 @@ import Meta from './_include/coze.md';
1515

1616
### 初始化{#wizard}
1717

18-
Websoft9 控制台安装 Coze 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息
18+
1. Websoft9 控制台安装 Coze 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取访问 URL
1919

20-
### 登录后台{#console}
20+
2. 本地浏览器访问 URL,完成注册流程。
2121

22-
Websoft9 控制台安装 Coze 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息。
22+
### 设置 AI 模型
2323

24-
### 安装插件{#plugin}
24+
Websoft9 控制台安装的 Coze,还不能使用其主体功能,需要进行如下步骤:
2525

26-
## 配置选项{#configs}
26+
1. [编排 HuggingChat 应用](https://support.websoft9.com/docs/app-compose#dynamic),编辑 `.env`文件,设置如下变量(以Deepseek模型为例)
2727

28-
- CLI
29-
- 多语言(√)
30-
- SMTP(√)
31-
- 插件市场(√)
28+
```
29+
MODEL_PROTOCOL_0="ark"
30+
MODEL_OPENCOZE_ID_0="100001"
31+
MODEL_NAME_0="deepseek" # 模型名称(可自定义)
32+
MODEL_ID_0="deepseek-reasoner" # 供应商给出的模型ID
33+
MODEL_API_KEY_0="sk-xxxxxxxxxxxxxxxxxxxxxxx" # API密钥
34+
MODEL_BASE_URL_0="https://api.deepseek.com" # 模型基础url
35+
```
3236

33-
## 管理维护{#administrator}
37+
2. 重建应用后创建 AI 智能体开始工作了
38+
39+
## 配置选项{#configs}
3440

35-
- **重置管理员密码**
36-
- **更换 URL**
37-
- **HTTPS 额外设置**
38-
- **在线备份**
39-
- **在线升级**
41+
## 管理维护{#administrator}
4042

4143
## 故障
42-
43-
#### 更改域名导致无法访问 ?

0 commit comments

Comments
 (0)