mirror of
https://github.com/ParisNeo/ollama_proxy_server.git
synced 2025-09-05 20:40:07 +00:00
8 lines
166 B
Bash
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 "$@"
|