diff --git a/docs/karpor/1-getting-started/2-installation.md b/docs/karpor/1-getting-started/2-installation.md
index 154b1e79..64b1329f 100644
--- a/docs/karpor/1-getting-started/2-installation.md
+++ b/docs/karpor/1-getting-started/2-installation.md
@@ -154,7 +154,7 @@ The Karpor Server Component is main backend server. It itself is an `apiserver`,
|-----|------|---------|-------------|
| server.ai | object | `{"authToken":"","backend":"openai","baseUrl":"","model":"gpt-3.5-turbo","proxy":{"enabled":false,"httpProxy":"","httpsProxy":"","noProxy":""},"temperature":1,"topP":1}` | AI configuration section. The AI analysis feature requires that [authToken, baseUrl] be assigned values. |
| server.ai.authToken | string | `""` | Authentication token for accessing the AI service. |
-| server.ai.backend | string | `"openai"` | Backend service or platform that the AI model is hosted on. Available options:
- `"openai"`: OpenAI API (default)
- `"azureopenai"`: Azure OpenAI Service
- `"huggingface"`: Hugging Face API
If the backend you are using is compatible with OpenAI, then there is no need to make any changes here. |
+| server.ai.backend | string | `"openai"` | Backend service or platform that the AI model is hosted on. Available options:
- `"openai"`: OpenAI API (default)
- `"azureopenai"`: Azure OpenAI Service
- `"huggingface"`: Hugging Face API
- `"deepseek"`: DeepSeek API
If the backend you are using is compatible with OpenAI, then there is no need to make any changes here. |
| server.ai.baseUrl | string | `""` | Base URL of the AI service. e.g., "https://api.openai.com/v1". |
| server.ai.model | string | `"gpt-3.5-turbo"` | Name or identifier of the AI model to be used. e.g., "gpt-3.5-turbo". |
| server.ai.proxy | object | `{"enabled":false,"httpProxy":"","httpsProxy":"","noProxy":""}` | Proxy configuration for AI service connections. |
diff --git a/i18n/zh/docusaurus-plugin-content-docs-karpor/current/1-getting-started/2-installation.md b/i18n/zh/docusaurus-plugin-content-docs-karpor/current/1-getting-started/2-installation.md
index b904f397..46832f50 100644
--- a/i18n/zh/docusaurus-plugin-content-docs-karpor/current/1-getting-started/2-installation.md
+++ b/i18n/zh/docusaurus-plugin-content-docs-karpor/current/1-getting-started/2-installation.md
@@ -154,7 +154,7 @@ Karpor 服务器组件是主要的后端服务器。它本身是一个 `apiserve
|-----|------|---------|-------------|
| server.ai | object | `{"authToken":"","backend":"openai","baseUrl":"","model":"gpt-3.5-turbo","proxy":{"enabled":false,"httpProxy":"","httpsProxy":"","noProxy":""},"temperature":1,"topP":1}` | AI 配置部分。AI 分析功能需要为 [authToken, baseUrl] 赋值。 |
| server.ai.authToken | string | `""` | 访问 AI 服务的认证令牌。 |
-| server.ai.backend | string | `"openai"` | 托管 AI 模型的后端服务或平台。可用选项:
- `"openai"`: OpenAI API(默认)
- `"azureopenai"`: Azure OpenAI 服务
- `"huggingface"`: Hugging Face API
如果您使用的后端与 OpenAI 兼容,则无需在此处进行任何更改。 |
+| server.ai.backend | string | `"openai"` | 托管 AI 模型的后端服务或平台。可用选项:
- `"openai"`: OpenAI API(默认)
- `"azureopenai"`: Azure OpenAI 服务
- `"huggingface"`: Hugging Face API
- `"deepseek"`: DeepSeek API
如果您使用的后端与 OpenAI 兼容,则无需在此处进行任何更改。 |
| server.ai.baseUrl | string | `""` | AI 服务的基础 URL。例如:"https://api.openai.com/v1"。 |
| server.ai.model | string | `"gpt-3.5-turbo"` | 要使用的 AI 模型的名称或标识符。例如:"gpt-3.5-turbo"。 |
| server.ai.proxy | object | `{"enabled":false,"httpProxy":"","httpsProxy":"","noProxy":""}` | AI 服务连接的代理配置。 |