Skip to content

Commit 4a790cc

Browse files
authored
add huggingchat docs
1 parent 7cb69df commit 4a790cc

2 files changed

Lines changed: 30 additions & 42 deletions

File tree

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

Lines changed: 15 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
title: HuggingChat
33
slug: /huggingchat
44
tags:
5-
- console
6-
- other
5+
- AI Chat Assistant
6+
- Chatbot
7+
- HuggingChat
78
---
89

910
import Meta from './_include/huggingchat.md';
@@ -12,32 +13,26 @@ import Meta from './_include/huggingchat.md';
1213

1314
## Getting started{#guide}
1415

15-
### Initial setup{#wizard}
16-
17-
1. When completed installation of HuggingChat at **Websoft9 Console**, get the applicaiton's **Overview** and **Access** information from **My Apps**
18-
19-
2. Complete the install wizard step by step
20-
2116
### Login verification{#verification}
2217

2318
1. Completed installation HuggingChat at Websoft9 console, get the applicaiton's overview and access credentials from **My Apps**
2419

2520
2. Starting to verify it
2621

27-
## Configuration options{#configs}
22+
### Model Acquisition and Authorization
2823

29-
- CLI
30-
- Multilingual (√)
31-
- SMTP (√)
24+
HuggingChat installed via the Websoft9 console cannot initiate AI chat immediately. The following steps are required:
3225

33-
## Administer{#administrator}
26+
1. Register an account on the [Hugging Face official website](https://huggingface.co/).
3427

35-
- **Password recover**
36-
- **Change URL**
37-
- **HTTPS**
38-
- **Online backup**
39-
- **Online upgrade**
28+
2. Generate an Access Token in your personal settings. This Token serves as your "key" for downloading certain models from the platform and interacting with the API.
4029

41-
## Troubleshooting{#troubleshooting}
30+
3. [Configure the HuggingChat application](https://support.websoft9.com/docs/app-compose#dynamic). Set `OPENAI_API_KEY_SET` in the `.env` file to the Token generated in step 2.
31+
32+
4. Rebuild the application to select suitable models for AI chat.
33+
34+
## Configuration options{#configs}
35+
36+
## Administer{#administrator}
4237

43-
#### 502 failed code?
38+
## Troubleshooting{#troubleshooting}

versioned_docs/version-2.0/apps/huggingchat.md

Lines changed: 15 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -2,42 +2,35 @@
22
title: HuggingChat
33
slug: /huggingchat
44
tags:
5-
- Web 面板
6-
- 可视化
7-
- GUI
5+
- AI聊天助手
6+
- 聊天机器人
7+
- HuggingChat
88
---
99

1010
import Meta from './_include/huggingchat.md';
1111

1212
<Meta name="meta" />
1313

14-
## 入门指南{#guide}
14+
## 入门指南{#guide}
1515

16-
### 初始化{#wizard}
16+
### 登录后台{#console}
1717

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

20-
### 登录后台{#console}
20+
### 模型获取与授权
2121

22-
Websoft9 控制台安装 HuggingChat 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息。
22+
Websoft9 控制台安装的 HuggingChat,还不能立即进行 AI 聊天,需要进行如下步骤:
2323

24-
### 安装插件{#plugin}
24+
1.[Hugging Face 官网](https://huggingface.co/)注册账号。
2525

26-
## 配置选项{#configs}
26+
2. 在个人设置中生成一个 Access Token。这个 Token 是您从平台下载某些模型和与 API 交互的“密钥”。
2727

28-
- CLI
29-
- 多语言(√)
30-
- SMTP(√)
31-
- 插件市场(√)
28+
3. [编排 HuggingChat 应用](https://support.websoft9.com/docs/app-compose#dynamic),将 `.env文件中的 OPENAI_API_KEY_SET` 设置成步骤2生成的 Token
3229

33-
## 管理维护{#administrator}
30+
4. 重建应用后即可选择合适的模型进行 AI 聊天
3431

35-
- **重置管理员密码**
36-
- **更换 URL**
37-
- **HTTPS 额外设置**
38-
- **在线备份**
39-
- **在线升级**
32+
## 配置选项{#configs}
4033

41-
## 故障
34+
## 管理维护{#administrator}
4235

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

0 commit comments

Comments
 (0)