summaryrefslogtreecommitdiff
path: root/scripts/sask
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/sask')
-rwxr-xr-xscripts/sask15
1 files changed, 0 insertions, 15 deletions
diff --git a/scripts/sask b/scripts/sask
deleted file mode 100755
index 1ea0f3f..0000000
--- a/scripts/sask
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh
-
-. slib
-
-check_program "ollama"
-
-if [ "${1}" = "-s" ]; then
- addition="answer in a short way:"
- shift
-fi
-
-question="${addition} ${@}"
-model="codellama"
-
-echo "${question}" | ollama run "${model}"