chore(ai): add TODO
This commit is contained in:
parent
4385d5ce5a
commit
2d91d7e87e
1 changed files with 2 additions and 0 deletions
2
ai.sh
2
ai.sh
|
@ -10,6 +10,8 @@ modelfile=$helper_modelfile
|
|||
typora_flag=false
|
||||
other_args=${@:2}
|
||||
|
||||
# TODO: extract typora flag
|
||||
|
||||
if ! [ "$other_args" = "" ]; then
|
||||
if [ "$other_args" = "open-webui" ]; then
|
||||
. $HOME/open-webui/.venv/bin/activate
|
||||
|
|
Loading…
Reference in a new issue