From 712d86e7960e0c89afb5c837e7aaadd3ef835e19 Mon Sep 17 00:00:00 2001 From: roelofz <11368363+roelofz@users.noreply.github.com> Date: Thu, 30 May 2024 08:51:52 +0200 Subject: [PATCH] Update readme.md Added a name for Stable diffusion, so a very small change: name: Stable_diffusion Added last step to take to finish configuring the first AI and be able to see first responses in the Assistant. This is my first PR ever :-) Signed-off-by: roelofz <11368363+roelofz@users.noreply.github.com> --- community-containers/local-ai/readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/community-containers/local-ai/readme.md b/community-containers/local-ai/readme.md index 40a129fb..9e2b1135 100644 --- a/community-containers/local-ai/readme.md +++ b/community-containers/local-ai/readme.md @@ -9,6 +9,7 @@ This container bundles Local AI and auto-configures it for you. ```yaml # Stable Diffusion in NCNN with c++, supported txt2img and img2img - url: github:go-skynet/model-gallery/stablediffusion.yaml + name: Stable_diffusion # Port of OpenAI's Whisper model in C/C++ - url: github:go-skynet/model-gallery/whisper-base.yaml @@ -18,6 +19,7 @@ This container bundles Local AI and auto-configures it for you. - url: github:go-skynet/model-gallery/gpt4all-j.yaml name: gpt4all-j ``` +- You need to add gpt4all-j under Text Generation (Default completion model to use) in Connected Accounts in the Administration Settings in Nextcloud, the default does not work. - Additionally after doing so, you might want to enable or disable specific features for your models in the integration_openai settings: `https://your-nc-domain.com/settings/admin/connected-accounts` - See https://github.com/nextcloud/all-in-one/tree/main/community-containers#community-containers how to add it to the AIO stack