feat(ai): add reminder to expose ollama on the local network after update

This commit is contained in:
ayo 2026-03-04 19:16:53 +01:00
parent 9230bcd690
commit f4d6a64b98

1
ai.sh
View file

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