From 61989c7db937fab4f859c34a5506f808b9fcba63 Mon Sep 17 00:00:00 2001 From: Saifeddine ALOUI Date: Mon, 23 Jun 2025 14:59:40 +0200 Subject: [PATCH] Create run.sh --- run.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 run.sh diff --git a/run.sh b/run.sh new file mode 100644 index 0000000..82d4b57 --- /dev/null +++ b/run.sh @@ -0,0 +1,7 @@ +#!/bin/bash + +# Activate the virtual environment +source ./venv/bin/activate + +# Run the Python script with all passed arguments +python ollama-proxy-server/main.py "$@"