diff options
| author | yum <yum.food.vr@gmail.com> | 2025-05-30 02:50:55 -0700 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2025-05-30 02:50:55 -0700 |
| commit | e1b3f638a1ea448de9691f69eb62ebf4c3944c9f (patch) | |
| tree | 28df6a8ba0805398a89aeb574e149b3bbd06aea5 /config.yaml | |
| parent | f97cef182de55b6dbae8d2bc0477acfca6cc1f66 (diff) | |
More polish
- Filters actually get applied now, huge accuracy boost
- Use silero-vad python library instead of rolling our own
- Expose prompt parameter
- Auto setup venv on launch
- Clean up python output
- Auto acquire all dependencies on launch
- Add icon
Diffstat (limited to 'config.yaml')
| -rw-r--r-- | config.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.yaml b/config.yaml index 34d88f1..5eec7a2 100644 --- a/config.yaml +++ b/config.yaml @@ -1,6 +1,7 @@ compute_type: float16 enable_debug_mode: 0 enable_previews: 1 +user_prompt: Use proper punctuation and grammar. Prefer spelled out numbers like one, eleven, twenty, etc. save_audio: 0 language: english gpu_idx: 0 |
