mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
local-ai - actually do not back up downloaded models
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
d75a53b620
commit
2f82c168e5
2 changed files with 0 additions and 4 deletions
|
|
@ -37,9 +37,6 @@
|
||||||
"php /var/www/html/occ app:install integration_openai",
|
"php /var/www/html/occ app:install 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 url --value http://nextcloud-aio-local-ai:8080",
|
||||||
"php /var/www/html/occ app:install assistant"
|
"php /var/www/html/occ app:install assistant"
|
||||||
],
|
|
||||||
"backup_volumes": [
|
|
||||||
"nextcloud_aio_localai_models"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,6 @@ This container bundles Local AI and auto-configures it for you.
|
||||||
name: gpt4all-j
|
name: gpt4all-j
|
||||||
```
|
```
|
||||||
- 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`
|
- 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`
|
||||||
- The models folder where models get downloaded to is covered by AIOs backup solution
|
|
||||||
- See https://github.com/nextcloud/all-in-one/tree/main/community-containers how to add it to the AIO stack
|
- See https://github.com/nextcloud/all-in-one/tree/main/community-containers how to add it to the AIO stack
|
||||||
|
|
||||||
### Repository
|
### Repository
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue