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
|
fi
|
||||||
|
|
||||||
else
|
else
|
||||||
OLLAMA_HOST=$host ollama run $model --think=false
|
OLLAMA_HOST=$host ollama run $model --hidethinking
|
||||||
fi
|
fi
|
||||||
|
|
||||||
OLLAMA_HOST=$host ollama stop $model
|
OLLAMA_HOST=$host ollama stop $model
|
||||||
|
|
|
||||||
2
ai.sh
2
ai.sh
|
|
@ -62,7 +62,7 @@ if ! [ "$other_args" = "" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
else
|
else
|
||||||
OLLAMA_HOST=$host ollama run $model --think=false
|
OLLAMA_HOST=$host ollama run $model --hidethinking
|
||||||
fi
|
fi
|
||||||
|
|
||||||
OLLAMA_HOST=$host ollama stop $model
|
OLLAMA_HOST=$host ollama stop $model
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue