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