Update Whisper model configuration to use 'base' as the default model ID

This commit is contained in:
Alishahryar1 2026-02-18 19:36:58 -08:00
parent 9a18e4f1d8
commit c35ecba9d8
4 changed files with 6 additions and 8 deletions

View file

@ -248,7 +248,7 @@ uv sync --extra voice
| Variable | Description | Default |
|----------|-------------|---------|
| `VOICE_NOTE_ENABLED` | Enable voice note handling | `true` |
| `WHISPER_MODEL` | Hugging Face model ID or short name (`tiny`, `base`, `small`, `medium`, `large-v2`, `large-v3`, `large-v3-turbo`) | `openai/whisper-large-v3-turbo` |
| `WHISPER_MODEL` | Hugging Face model ID or short name (`tiny`, `base`, `small`, `medium`, `large-v2`, `large-v3`, `large-v3-turbo`) | `base` |
| `WHISPER_DEVICE` | `cpu` \| `cuda` | `cpu` |
| `HF_TOKEN` | Hugging Face token for faster model downloads (optional; [create one](https://huggingface.co/settings/tokens)) | — |