Explorar o código

fix: update Makefile and rename script for open-webui integration

Patrice-Gaudicheau hai 1 ano
pai
achega
a016171573
Modificáronse 2 ficheiros con 3 adicións e 2 borrados
  1. 3 2
      Makefile
  2. 0 0
      update_ollama_models.sh

+ 3 - 2
Makefile

@@ -12,11 +12,12 @@ stop:
 
 update:
 	# Calls the LLM update script
-	@./update_llm.sh
+	chmod +x update_ollama_models.sh
+	@./update_ollama_models.sh
 	@git pull
 	@docker-compose down
 	# Make sure the ollama-webui container is stopped before rebuilding
-	@docker stop ollama-webui || true
+	@docker stop open-webui || true
 	@docker-compose up --build -d
 	@docker-compose start
 

+ 0 - 0
update_llm.sh → update_ollama_models.sh