mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-03-09 08:08:12 +00:00
fix: remove backend mode configuration from LocalAGI installation script
This commit is contained in:
@@ -42,9 +42,7 @@ msg_ok "Installed Bun"
|
||||
|
||||
fetch_and_deploy_gh_release "localagi" "mudler/LocalAGI" "tarball" "latest" "/opt/localagi"
|
||||
|
||||
BACKEND="external-llm"
|
||||
mkdir -p /opt/localagi/pool
|
||||
msg_ok "Configured LocalAGI backend mode: ${BACKEND}"
|
||||
|
||||
msg_info "Configuring LocalAGI"
|
||||
cat <<EOF >/opt/localagi/.env
|
||||
@@ -99,7 +97,6 @@ if ! systemctl is-active -q localagi; then
|
||||
exit 1
|
||||
fi
|
||||
LOCALAGI_SERVICE_NEEDS_RECOVERY=0
|
||||
msg_ok "Started LocalAGI (${BACKEND})"
|
||||
|
||||
motd_ssh
|
||||
customize
|
||||
|
||||
Reference in New Issue
Block a user