feat(ai): remove unused subcommands

This commit is contained in:
ayo 2026-06-18 16:19:46 +02:00
parent 4e948cbf7e
commit dbe0c8489e

9
ai.sh
View file

@ -32,15 +32,6 @@ function main() {
"edit") "edit")
vim "${scripts_dir}/ai.sh" 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") "list")
OLLAMA_HOST=$host ollama list OLLAMA_HOST=$host ollama list
;; ;;