mirror of
https://github.com/Alishahryar1/free-claude-code.git
synced 2026-05-01 21:00:44 +00:00
Update Whisper model configuration to use 'base' as the default model ID
This commit is contained in:
parent
9a18e4f1d8
commit
c35ecba9d8
4 changed files with 6 additions and 8 deletions
|
|
@ -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)) | — |
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue