From 7d164ad58806ff8b0b4965a11d2ab00156327319 Mon Sep 17 00:00:00 2001 From: Ayo Date: Fri, 10 Oct 2025 21:03:19 +0200 Subject: [PATCH] feat(ai): hide thinking instead of disabled thinking --- ai-coder.sh | 2 +- ai.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ai-coder.sh b/ai-coder.sh index 4e58868..9af7970 100755 --- a/ai-coder.sh +++ b/ai-coder.sh @@ -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 diff --git a/ai.sh b/ai.sh index 696e365..b454ede 100755 --- a/ai.sh +++ b/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