chore: update config template (#15344)

This commit is contained in:
DarkSky
2026-07-26 16:29:16 +08:00
committed by GitHub
parent 0d889bc643
commit b975e6b562
12 changed files with 54 additions and 211 deletions
+4 -4
View File
@@ -367,19 +367,19 @@
"copilot": {
"enabled": {
"type": "Boolean",
"desc": "Whether to enable the copilot plugin. <br> Document: <a href=\"https://docs.affine.pro/self-host-affine/administer/ai\" target=\"_blank\">https://docs.affine.pro/self-host-affine/administer/ai</a>"
"desc": "Enable AI features. Workspace owners configure provider keys in Workspace Settings → Integrations → AI BYOK."
},
"byok.enabled": {
"type": "Boolean",
"desc": "Whether to enable workspace BYOK."
"desc": "Allow workspace owners and admins to configure AI provider keys through AI BYOK."
},
"byok.allowedProviders": {
"type": "Array",
"desc": "The allowlist for workspace BYOK providers."
"desc": "AI providers that workspace owners and admins may add through AI BYOK."
},
"byok.allowCustomEndpoint": {
"type": "Boolean",
"desc": "Whether workspace BYOK custom endpoints are accepted."
"desc": "Allow AI BYOK keys to use a custom provider endpoint."
},
"byok.allowPrivateEndpoint": {
"type": "Boolean",