Files
ollama_proxy_server/run.sh
Saifeddine ALOUI 61989c7db9 Create run.sh
2025-06-23 14:59:40 +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 "$@"