feat(ai): remove unused subcommands
This commit is contained in:
parent
4e948cbf7e
commit
dbe0c8489e
1 changed files with 0 additions and 9 deletions
9
ai.sh
9
ai.sh
|
|
@ -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
|
||||||
;;
|
;;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue