9
Some checks failed
Builder / Build addons (localai-p2p-master, amd64) (push) Failing after 8s
Builder / Build addons (localai-p2p-worker, amd64) (push) Failing after 8s
Validate / validate (push) Failing after 2s
Builder / Create release (push) Has been skipped

This commit is contained in:
2025-05-30 16:00:48 +02:00
parent 664fc49a93
commit 7e33a6a069
3 changed files with 52 additions and 11 deletions

View File

@@ -56,7 +56,7 @@ fi
# Lancer LocalAI
bashio::log.info "Starting LocalAI with models path: ${MODELS_PATH}"
exec /usr/local/bin/local-ai run \
exec /build/local-ai run \
--models-path="${MODELS_PATH}" \
--threads="${THREADS}" \
--address="0.0.0.0:8080" \