Create run.sh

This commit is contained in:
Saifeddine ALOUI
2025-06-23 14:59:40 +02:00
committed by GitHub
parent 37d8c3f865
commit 61989c7db9

7
run.sh Normal file
View File

@@ -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 "$@"