From 05a1390bdc85dfc9360257aa507115e0d49eedb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ri=C3=ABl=20Notermans?= Date: Sun, 4 May 2025 13:44:17 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D(doc)=20Update=20env.md=20add=20AI?= =?UTF-8?q?=5FFEATURE=5FENABLED?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is false by default. Without this env setting on true AI will not be available in the docs application. The setting was missing in the env options. --- docs/env.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/env.md b/docs/env.md index d87127c64..cd2aafe33 100644 --- a/docs/env.md +++ b/docs/env.md @@ -85,6 +85,7 @@ These are the environmental variables you can set for the impress-backend contai | AI_BASE_URL | OpenAI compatible AI base url | | | AI_MODEL | AI Model to use | | | AI_ALLOW_REACH_FROM | Users that can use AI must be this level. options are "public", "authenticated", "restricted" | authenticated | +| AI_FEATURE_ENABLED | Enable AI options | false | | Y_PROVIDER_API_KEY | Y provider API key | | | Y_PROVIDER_API_BASE_URL | Y Provider url | | | CONVERSION_API_ENDPOINT | Conversion API endpoint | convert-markdown |