0
0
Joe 8 месяцев назад
Родитель
Сommit
42953f4e02
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      .scripts/whisper.zsh

+ 1 - 1
.scripts/whisper.zsh

@@ -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;
                 ;;