Add changelog for #4401

This commit is contained in:
Mark Backman
2026-05-01 09:18:34 -04:00
parent 492c9702ee
commit 7da94436f5

1
changelog/4401.fixed.md Normal file
View File

@@ -0,0 +1 @@
- Fixed `GrokRealtimeLLMService` ignoring the configured model. The model was stored in `Settings` but never sent to xAI, so every session silently fell back to the deprecated `grok-voice-fast-1.0`. The model is now passed via the `?model=` query parameter on the WebSocket URL as xAI's Voice Agent API requires, and the default has been updated to the recommended `grok-voice-think-fast-1.0`.