File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
i18n/zh/docusaurus-plugin-content-docs-karpor/current/1-getting-started Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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 授权。 |
You can’t perform that action at this time.
0 commit comments