tabbyAPI-ollama/start.sh
DocShotgun cffd20f580
Add start-up shell script for Linux
- requires user to have already installed the pre-requisites in venv
2023-11-23 19:03:52 -08:00

5 lines
82 B
Bash

#!/bin/bash
cd "$(dirname "$0")"
source ./venv/bin/activate
pip -V
python main.py