mirror of
https://github.com/nextcloud/all-in-one.git
synced 2024-11-10 17:03:44 +08:00
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>
This commit is contained in:
parent
24ed3b9743
commit
712d86e796
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue