This commit is contained in:
Arma-Damna-Dillo 2024-12-31 23:55:20 -06:00
parent cd893dcfe4
commit 901357adbb

View file

@ -11,7 +11,7 @@ if [[ "$1" == "samantha-mode" ]]; then
if ! ollama ls &>/dev/null; then if ! ollama ls &>/dev/null; then
echo "Error: You can not use Samantha Mode because you are missing Ollama." echo "Error: You can not use Samantha Mode because you are missing Ollama."
fi fi
FORTUNE="$(ollama run sparksammy/tinysam-l3.2:latest \"Please generate a pretend quote. It should be on a random topic. Show only the quote.\")" FORTUNE="$(ollama run sparksammy/tinysam-l3.2:latest \"Please generate a pretend quote. It should be on a random topic, not just code. Show only the quote.\")"
else else
FORTUNE="$(fortune "$1")" FORTUNE="$(fortune "$1")"
fi fi