You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: i18n/en/docusaurus-plugin-content-docs/version-2.0/apps/coze.md
+17-17Lines changed: 17 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,9 @@
2
2
title: Coze
3
3
slug: /coze
4
4
tags:
5
-
- console
6
-
- other
5
+
- Programming Assistant
6
+
- AI Agent
7
+
- Coze
7
8
---
8
9
9
10
import Meta from './_include/coze.md';
@@ -18,26 +19,25 @@ import Meta from './_include/coze.md';
18
19
19
20
2. Complete the install wizard step by step
20
21
21
-
### Login verification{#verification}
22
+
### Setting Up AI Models
22
23
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:
24
25
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):
26
27
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
+
```
28
36
29
-
- CLI
30
-
- Multilingual (√)
31
-
- SMTP (√)
37
+
2. After rebuilding the application, create an AI agent to begin operations.
0 commit comments