feat(ai): add reminder to expose ollama on the local network after update
This commit is contained in:
parent
9230bcd690
commit
f4d6a64b98
1 changed files with 1 additions and 0 deletions
1
ai.sh
1
ai.sh
|
|
@ -62,6 +62,7 @@ if ! [ "$other_args" = "" ]; then
|
|||
echo $SYCL_CACHE_PERSISTENT
|
||||
elif [ "$other_args" = "update" ]; then
|
||||
curl -fsSL https://ollama.com/install.sh | sh
|
||||
echo "See instructions on how to expose ollama in the local network: https://git.ayo.run/ayo/scripts/src/branch/main/expose-ollama.md"
|
||||
elif [ "$other_args" = "sleep" ]; then
|
||||
OLLAMA_HOST=$host ollama stop $model
|
||||
else
|
||||
|
|
|
|||
Loading…
Reference in a new issue