浏览代码

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

Joe 8 月之前
父节点
当前提交
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;
                 ;;