From dbe0c8489e961fbc2298cae95a365128cad8d5d8 Mon Sep 17 00:00:00 2001 From: Ayo Date: Thu, 18 Jun 2026 16:19:46 +0200 Subject: [PATCH] feat(ai): remove unused subcommands --- ai.sh | 9 --------- 1 file changed, 9 deletions(-) diff --git a/ai.sh b/ai.sh index d8a9054..9496a50 100755 --- a/ai.sh +++ b/ai.sh @@ -32,15 +32,6 @@ function main() { "edit") vim "${scripts_dir}/ai.sh" ;; - "open-webui") - . $HOME/open-webui/.venv/bin/activate - open-webui serve - python --version - deactivate - ;; - "remote") - export OLLAMA_HOST=192.168.0.6 - ;; "list") OLLAMA_HOST=$host ollama list ;;