# Load config . ${HOME}/ayo.conf model=qwen3-coder:30b if ! [ "$2" = "" ]; then ollama run $model "%coder_prompt...

beginning prompt...
$@" --hidethinking else ollama run $model --hidethinking fi