Settings → Features
Chat AI
Administrators can configure the Chat AI feature, allowing users to ask questions and chat through the AI assistant icon on the right side of the page.
Enable Chat AI
Two configuration methods are currently supported:
API: Implemented by calling a general model.Embed: Implemented by directly embedding an iframe chat window.
Using GPT model
Click the settings gear in the bottom-left navigation.
Open Settings → Features.
Open the Chat AI tab.
In the Chat AI field, check the box to enable Chat AI.
In the Method field, select "API".
In the Types field, select "GPT".
In the Base URL field, type the API base URL of the GPT model.
In the API key field, type the API key of the GPT model.
In the Proxy field, type the proxy address if a proxy is needed to access the GPT model API.
In the GPT model field, select the GPT model to be used. Available models:
Click Submit.
Using DeepSeek model
Click the settings gear in the bottom-left navigation.
Open Settings → Features.
Open the Chat AI tab.
In the Chat AI field, check the box to enable Chat AI.
In the Method field, select "API".
In the Types field, select "DeepSeek".
In the Base URL field, type the API base URL of the DeepSeek model.
In the API key field, type the API key of the DeepSeek model.
In the Proxy field, type the proxy address if a proxy is needed to access the DeepSeek model API.
In the DeepSeek model field, select the DeepSeek model to be used. Available models:
Click Submit.
Using embed method
Click the settings gear in the bottom-left navigation.
Open Settings → Features.
Open the Chat AI tab.
In the Chat AI field, check the box to enable Chat AI.
In the Method field, select "Embed".
In the Base URL field, type the iframe URL of the chat window.
Click Submit.