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/huggingchat.md
+15-20Lines changed: 15 additions & 20 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: HuggingChat
3
3
slug: /huggingchat
4
4
tags:
5
-
- console
6
-
- other
5
+
- AI Chat Assistant
6
+
- Chatbot
7
+
- HuggingChat
7
8
---
8
9
9
10
import Meta from './_include/huggingchat.md';
@@ -12,32 +13,26 @@ import Meta from './_include/huggingchat.md';
12
13
13
14
## Getting started{#guide}
14
15
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
-
21
16
### Login verification{#verification}
22
17
23
18
1. Completed installation HuggingChat at Websoft9 console, get the applicaiton's overview and access credentials from **My Apps**
24
19
25
20
2. Starting to verify it
26
21
27
-
##Configuration options{#configs}
22
+
### Model Acquisition and Authorization
28
23
29
-
- CLI
30
-
- Multilingual (√)
31
-
- SMTP (√)
24
+
HuggingChat installed via the Websoft9 console cannot initiate AI chat immediately. The following steps are required:
32
25
33
-
## Administer{#administrator}
26
+
1. Register an account on the [Hugging Face official website](https://huggingface.co/).
34
27
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.
40
29
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.
0 commit comments