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 ;;