diff --git a/ai-coder.sh b/ai-coder.sh index 9af7970..b597495 100755 --- a/ai-coder.sh +++ b/ai-coder.sh @@ -26,7 +26,7 @@ if ! [ "$other_args" = "" ]; then typora $tempfile > /dev/null 2>/dev/null & else # If no -t flag, just run the command normally - OLLAMA_HOST=$host ollama run $model "$other_args" + OLLAMA_HOST=$host ollama run $model "$other_args" --hidethinking fi fi diff --git a/ai.sh b/ai.sh index b454ede..52be16b 100755 --- a/ai.sh +++ b/ai.sh @@ -57,7 +57,7 @@ if ! [ "$other_args" = "" ]; then typora $tempfile > /dev/null 2>/dev/null & else # If no -t flag, just run the command normally - OLLAMA_HOST=$host ollama run $model "$other_args" + OLLAMA_HOST=$host ollama run $model "$other_args" --hidethinking fi fi