From 98368bdd1bed3e5a33f0fff5d3781c101b844793 Mon Sep 17 00:00:00 2001 From: tremor021 Date: Tue, 20 May 2025 10:54:37 +0200 Subject: [PATCH] update --- install/openwebui-install.sh | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/install/openwebui-install.sh b/install/openwebui-install.sh index b597a7f..a2100f7 100644 --- a/install/openwebui-install.sh +++ b/install/openwebui-install.sh @@ -16,7 +16,6 @@ update_os msg_info "Installing Dependencies" $STD apt-get install -y \ - git \ ffmpeg msg_ok "Installed Dependencies" @@ -37,20 +36,16 @@ cd /opt/openwebui cat </opt/openwebui/.env # Ollama URL for the backend to connect # The path '/ollama' will be redirected to the specified backend URL -OLLAMA_BASE_URL='http://localhost:11434' - +OLLAMA_BASE_URL=http://0.0.0.0:11434 OPENAI_API_BASE_URL='' OPENAI_API_KEY='' - # AUTOMATIC1111_BASE_URL="http://localhost:7860" - # DO NOT TRACK SCARF_NO_ANALYTICS=true DO_NOT_TRACK=true ANONYMIZED_TELEMETRY=false ENV=prod ENABLE_OLLAMA_API=false -OLLAMA_BASE_URL=http://0.0.0.0:11434 EOF $STD npm install export NODE_OPTIONS="--max-old-space-size=3584"