Replace control characters (\u0012 Form Feed and \u0013 Carriage Return) with
proper HTML entities and clean text in index.html to fix parse5 parsing error.
- Line 106-107: Replace \u0012 with > for menu navigation separators
- Line 224: Remove \u0013 control character
Fixes vite build error: Unable to parse HTML; parse5 error code
control-character-in-input-stream
Co-authored-by: jahruz67 <jahruz67@users.noreply.github.com>
- Add support for multiple API providers (Groq and Mistral)
- Add collapsible API keys section in settings for both providers
- Label all models with their provider (Groq/Mistral)
- Add Voxtral Small (Mistral) transcription model
- Add Mistral Small and Mistral Medium AI refinement models
- Use user-friendly model names while maintaining correct API model values
- Update transcriber to route requests to correct provider based on model
- Update config to store separate API keys for each provider
- Add Mistral brand colors to CSS
- Style API keys dropdown section
Co-authored-by: jahruz67 <jahruz67@users.noreply.github.com>