From 7f6faadc4d33d43ce772a163728982049a4a02a0 Mon Sep 17 00:00:00 2001 From: Saifeddine ALOUI Date: Mon, 23 Jun 2025 15:11:08 +0200 Subject: [PATCH] Update run.sh --- run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.sh b/run.sh index 82d4b57..0789fbe 100644 --- a/run.sh +++ b/run.sh @@ -4,4 +4,4 @@ source ./venv/bin/activate # Run the Python script with all passed arguments -python ollama-proxy-server/main.py "$@" +python ollama_proxy_server/main.py "$@"