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
### Option 2: Download [Index](./index.html) and open it locally (recommended)
14
+
####Option 2: Download [Index](./index.html) and open it locally (recommended)
15
15
16
-
### Option 3: Deploy your own Chatbot by [Docker](https://hub.docker.com/repository/docker/aiql/chat-ui/tags?page=1&ordering=last_updated)
16
+
####Option 3: Deploy your own Chatbot by [Docker](https://hub.docker.com/repository/docker/aiql/chat-ui/tags?page=1&ordering=last_updated)
17
17
```shell
18
18
docker run -p 8080:8080 -d aiql/chat-ui
19
19
```
20
20
21
-
### Option 4: fork this repo and link it to [Cloudflare pages](https://developers.cloudflare.com/pages)
21
+
####Option 4: fork this repo and link it to [Cloudflare pages](https://developers.cloudflare.com/pages)
22
22
- demo https://www2.aiql.com
23
23
24
24
## How to config
25
25
26
-
By default, the Chatbot will use API format as OpenAI Chatgpt. You can insert your OpenAI `API Key` and use it directly.
26
+
By default, the Chatbot will use API format as OpenAI ChatGPT.
27
27
28
-
Or change the `Endpoint` in configuration to use API from other vendors
28
+
You can insert your OpenAI `API Key` and change the `Endpoint` in configuration to use API from any other vendors
29
29
30
-
> You can download the config template from [example](./example/config) and use it for quick configuration
30
+
You can also download the config template from [example](./example/config) and insert your `API Key`, then use it for quick configuration
31
31
32
32
## Trouble Shooting
33
33
34
34
If you're experiencing issues opening the page and a simple refresh isn't resolving the issue, please take the following steps:
35
35
36
-
### 1. Right-click your browser page and go to the `Network` section.
37
-
### 2. Right-click on section table and clear your browser's cache and cookies to ensure you have the latest version of the page.
38
-
### 3. Additionally, inspect the browser's Network section to see which resources are failing to load due to your location. This will provide you with more specific information about the issue.
36
+
### Reset Interface Configuration
37
+
1. Click `Refresh` icon on the upper right of `Interface Configuration`
38
+
39
+
### Reset All Configuration
40
+
1. Click hidden botton on the right side of the index page
41
+
2. Click `Reset All Config` icon
42
+
43
+
### Reset Cache
44
+
1. Right-click your browser page and go to the `Network` section.
45
+
2. Right-click on section table and clear your browser's cache and cookies to ensure you have the latest version of the page.
46
+
3. Additionally, inspect the browser's Network section to see which resources are failing to load due to your location. This will provide you with more specific information about the issue.
0 commit comments