From 3a1de5a78b4fc5919c739fa52f4b8a63911e02b9 Mon Sep 17 00:00:00 2001 From: John Doe Date: Thu, 5 Mar 2026 15:33:29 -0500 Subject: [PATCH] fix: remove unused environment variables from LocalAGI configuration in localagi-install.sh --- install/localagi-install.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/install/localagi-install.sh b/install/localagi-install.sh index 914816b13..f0dc6eb48 100644 --- a/install/localagi-install.sh +++ b/install/localagi-install.sh @@ -39,10 +39,7 @@ LOCALAGI_MULTIMODAL_MODEL=moondream2-20250414 LOCALAGI_IMAGE_MODEL=sd-1.5-ggml LOCALAGI_LLM_API_URL=http://127.0.0.1:11434/v1 LOCALAGI_STATE_DIR=/opt/localagi/pool -LOCALAGI_TIMEOUT=5m -LOCALAGI_ENABLE_CONVERSATIONS_LOGGING=false EOF -chmod 600 /opt/localagi/.env msg_info "Building LocalAGI from source" cd /opt/localagi/webui/react-ui