mirror of
https://github.com/nold360/hive-apps
synced 2024-12-22 21:51:20 +00:00
fix(localai): galleries
This commit is contained in:
parent
6ecdbeee86
commit
a370de44ca
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ deployment:
|
||||||
|
|
||||||
## Define galleries.
|
## Define galleries.
|
||||||
## models will to install will be visible in `/models/available`
|
## models will to install will be visible in `/models/available`
|
||||||
#GALLERIES=[{"name":"model-gallery", "url":"github:go-skynet/model-gallery/index.yaml"}, {"url": "github:go-skynet/model-gallery/huggingface.yaml","name":"huggingface"}]
|
GALLERIES: '[{"name":"model-gallery", "url":"github:go-skynet/model-gallery/index.yaml"}, {"url": "github:go-skynet/model-gallery/huggingface.yaml","name":"huggingface"}]'
|
||||||
|
|
||||||
## Default path for models
|
## Default path for models
|
||||||
#MODELS_PATH=/models
|
#MODELS_PATH=/models
|
||||||
|
|
Loading…
Reference in a new issue