Skip to content

Commit 15dbdaf

Browse files
committed
docs(karpor): update api proxy parameters in helm zh installation document
1 parent 51a7a71 commit 15dbdaf

File tree

1 file changed

+1
-1
lines changed
  • i18n/zh/docusaurus-plugin-content-docs-karpor/current/1-getting-started

1 file changed

+1
-1
lines changed

i18n/zh/docusaurus-plugin-content-docs-karpor/current/1-getting-started/2-installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ Karpor 服务器组件是主要的后端服务器。它本身是一个 `apiserve
161161
| server.ai.proxy.enabled | bool | `false` | 启用 AI 服务连接的代理设置。如果为 false,则将忽略代理设置。 |
162162
| server.ai.proxy.httpProxy | string | `""` | AI 服务连接的 HTTP 代理 URL(例如“http://proxy.example.com:8080”)。 |
163163
| server.ai.proxy.httpsProxy | string | `""` | AI 服务连接的 HTTPS 代理 URL(例如“https://proxy.example.com:8080”)。 |
164-
| server.ai.proxy.noProxy | string | `""` | AI 服务连接无需代理配置(例如“localhost,127.0.0.1,example.com”)。 |
164+
| server.ai.proxy.noProxy | string | `""` | 不需要通过代理服务器进行访问的域名(例如“localhost,127.0.0.1,example.com”)。|
165165
| server.ai.temperature | float | `1` | AI 模型的温度参数。控制输出的随机性,较高的值(例如 1.0)使输出更随机,较低的值(例如 0.0)使输出更确定性。 |
166166
| server.ai.topP | float | `1` | AI 模型的 Top-p(核采样)参数。控制采样的概率质量,较高的值导致生成内容的多样性更大(通常范围为 0 到 1)。 |
167167
| server.enableRbac | bool | `false` | 如果设置为 true,则启用 RBAC 授权。 |

0 commit comments

Comments
 (0)