docs: update config.md with all providers and options

This commit is contained in:
leonardotrapani
2026-02-01 02:15:58 +01:00
parent 8ced10179c
commit 6376ad2572
3 changed files with 256 additions and 4 deletions
+14
View File
@@ -491,4 +491,18 @@ Started: Sun Feb 1 12:22:47 AM CET 2026
- Language support section: full 57-language list, English-only models clearly marked, Deepgram subset languages
- Streaming vs Batch explanation with use cases
- Local vs Cloud comparison with pros/cons and when-to-choose guidelines
- Typecheck passes
### Task 46: Update docs/config.md with all providers and options
- Added whisper-cpp provider section with provider, model, threads options and model table
- Added Deepgram provider section with api_key/DEEPGRAM_API_KEY, models (nova-3, nova-2)
- Added Deepgram to unified provider system section
- Documented streaming models: scribe_v1-streaming, scribe_v2-streaming, nova-3, nova-2, gpt-4o-realtime-preview
- Added streaming models table with Provider/Model/Latency/Languages
- Added Model Management section with hyprvoice model list/download/remove commands and examples
- Added Language Configuration section with auto-detect recommendation and language code examples
- Added Supported Languages subsection listing all 57 language codes
- Added Language-Model Compatibility section with English-only models table
- Documented validation behavior: config-time hard error + runtime fallback with notification
- Added example configurations: Local Transcription, Deepgram Streaming, Ultra-Low Latency Streaming
- Typecheck passes