Update README.md

This commit is contained in:
CJ Pais 2025-08-14 09:51:26 -07:00 committed by GitHub
parent 0000072518
commit d4fce4ac9e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -68,23 +68,6 @@ CMAKE_POLICY_VERSION_MINIMUM=3.5 bun run tauri dev
bun run tauri build
```
**Model Files Setup:**
For development, you need to download the required model files:
1. Create the models directory inside the resources folder:
```bash
mkdir -p src-tauri/resources/models
```
2. Download the required VAD model for development:
```bash
# Download Silero VAD model (required for voice activity detection)
curl -o src-tauri/resources/models/silero_vad_v4.onnx https://blob.handy.computer/silero_vad_v4.onnx
```
**Note:** Whisper models are no longer bundled with the app. Users will download their preferred model (Small, Medium, Turbo, or Large) from within the app on first run.
**Whisper Models:**
The app now supports dynamic model downloading and switching: