From cb78290f31886fb1f9a5e7c2a764dda55a459e50 Mon Sep 17 00:00:00 2001 From: Suleyman Farajli Date: Sun, 26 Oct 2025 22:23:31 +0400 Subject: chore: split script installation into CLI and GUI sections --- scripts/sask | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100755 scripts/sask (limited to 'scripts/sask') 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}" -- cgit v1.2.3