diff --git a/ai-coder.sh b/ai-coder.sh index b597495..7a56edd 100755 --- a/ai-coder.sh +++ b/ai-coder.sh @@ -34,4 +34,4 @@ else OLLAMA_HOST=$host ollama run $model --hidethinking fi -OLLAMA_HOST=$host ollama stop $model +# OLLAMA_HOST=$host ollama stop $model diff --git a/ai-translate.sh b/ai-translate.sh index eb3f45a..a9f4644 100755 --- a/ai-translate.sh +++ b/ai-translate.sh @@ -4,7 +4,7 @@ . ${HOME}/ayo.conf host=$ollama_remote_host -model="gemma3:4b" +model="helper:latest" TEMP=$(mktemp) vim $TEMP diff --git a/ai.sh b/ai.sh index 52be16b..96bb294 100755 --- a/ai.sh +++ b/ai.sh @@ -65,4 +65,4 @@ else OLLAMA_HOST=$host ollama run $model --hidethinking fi -OLLAMA_HOST=$host ollama stop $model +# OLLAMA_HOST=$host ollama stop $model