feat(ai): hide thinking instead of disabled thinking
This commit is contained in:
parent
a6418be541
commit
7d164ad588
2 changed files with 2 additions and 2 deletions
|
|
@ -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
2
ai.sh
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue