mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-17 20:49:40 +02:00
fix(stt): add Homebrew to PATH for ffmpeg
This commit is contained in:
parent
92a700ac7e
commit
9bd699aec7
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ cat > "$PLIST_PATH" << EOF
|
|||
<key>EnvironmentVariables</key>
|
||||
<dict>
|
||||
<key>PATH</key>
|
||||
<string>$STT_DIR/.venv/bin:/usr/local/bin:/usr/bin:/bin</string>
|
||||
<string>/opt/homebrew/bin:$STT_DIR/.venv/bin:/usr/local/bin:/usr/bin:/bin</string>
|
||||
<key>PORT</key>
|
||||
<string>3020</string>
|
||||
<key>WHISPER_MODEL</key>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue