This commit is contained in:
Sangye Ince-Johannsen 2024-10-26 23:58:25 +02:00
parent b0a4fa024e
commit c0b84fe250

8
o
View file

@ -1,8 +0,0 @@
#! /bin/bash
if [[ -z $(pidof ollama) ]]; then
ollama serve &>/dev/null &
disown
fi
/usr/bin/env python3 /Users/sij/AI/osh/osh.py $@