Browse Source

fix(whisper): use `qwen3:4b`

Joe 8 tháng trước cách đây
mục cha
commit
42953f4e02
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;
                 ;;