|
|
@@ -161,7 +161,7 @@ if [[ "$1" == "stream" ]]; then
|
|
|
" >> "$ollama_prompt_file"
|
|
|
gsed -i 's/^ +//g;/^ *$/d' "$whisper_content_read_tmp_file"
|
|
|
cat "$whisper_content_read_tmp_file" >> "$ollama_prompt_file"
|
|
|
- ollama run gemma3:4b --keepalive=30s "$(cat $ollama_prompt_file)" 2>/dev/null > $whisper_content_write_tmp_file &
|
|
|
+ ollama run qwen3:4b --keepalive=30s "$(cat $ollama_prompt_file)" 2>/dev/null > $whisper_content_write_tmp_file &
|
|
|
;;
|
|
|
esac;
|
|
|
;;
|