feat(ai): add edit command

This commit is contained in:
ayo 2026-03-07 11:27:09 +01:00
parent ac14e6eed7
commit d6c0fb0a23

3
ai.sh
View file

@ -29,6 +29,9 @@ done
function main() {
case $command in
"edit")
vim "${scripts_dir}/ai.sh"
;;
"open-webui")
. $HOME/open-webui/.venv/bin/activate
open-webui serve