feat(ai): hide thinking instead of disabled thinking

This commit is contained in:
Ayo Ayco 2025-10-10 21:03:19 +02:00
parent a6418be541
commit 7d164ad588
2 changed files with 2 additions and 2 deletions

View file

@ -31,7 +31,7 @@ if ! [ "$other_args" = "" ]; then
fi
else
OLLAMA_HOST=$host ollama run $model --think=false
OLLAMA_HOST=$host ollama run $model --hidethinking
fi
OLLAMA_HOST=$host ollama stop $model

2
ai.sh
View file

@ -62,7 +62,7 @@ if ! [ "$other_args" = "" ]; then
fi
else
OLLAMA_HOST=$host ollama run $model --think=false
OLLAMA_HOST=$host ollama run $model --hidethinking
fi
OLLAMA_HOST=$host ollama stop $model