Files
ollama_proxy_server/run.sh
Saifeddine ALOUI 7f6faadc4d Update run.sh
2025-06-23 15:11:08 +02:00

8 lines
166 B
Bash

#!/bin/bash
# Activate the virtual environment
source ./venv/bin/activate
# Run the Python script with all passed arguments
python ollama_proxy_server/main.py "$@"