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