From 901357adbba133775fc661a4bc998381281c149c Mon Sep 17 00:00:00 2001 From: sneedgroup-holder Date: Tue, 31 Dec 2024 23:55:20 -0600 Subject: [PATCH] finetune --- teller.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teller.zsh b/teller.zsh index f35a562..db6f9b5 100644 --- a/teller.zsh +++ b/teller.zsh @@ -11,7 +11,7 @@ if [[ "$1" == "samantha-mode" ]]; then if ! ollama ls &>/dev/null; then echo "Error: You can not use Samantha Mode because you are missing Ollama." 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 FORTUNE="$(fortune "$1")" fi