From 10f61de06503afb5cb96535bb2cbf5f6c19534d7 Mon Sep 17 00:00:00 2001 From: Jean-Yves <7360784+docjyJ@users.noreply.github.com> Date: Tue, 27 Jan 2026 19:38:08 +0100 Subject: [PATCH] Update community-containers/local-ai/local-ai.json Co-authored-by: Simon L. Signed-off-by: Jean-Yves <7360784+docjyJ@users.noreply.github.com> --- community-containers/local-ai/local-ai.json | 1 + 1 file changed, 1 insertion(+) diff --git a/community-containers/local-ai/local-ai.json b/community-containers/local-ai/local-ai.json index 8bcad745..3e907493 100644 --- a/community-containers/local-ai/local-ai.json +++ b/community-containers/local-ai/local-ai.json @@ -42,6 +42,7 @@ "php /var/www/html/occ app:install integration_openai", "php /var/www/html/occ app:enable integration_openai", "php /var/www/html/occ config:app:set integration_openai url --value http://nextcloud-aio-local-ai:8080", + "php /var/www/html/occ config:app:set integration_openai api_key --value %LOCALAI_API_KEY%", "php /var/www/html/occ app:install assistant", "php /var/www/html/occ app:enable assistant" ]