From 7da94436f51a9cae576756c7b9bb3bfcefcab4a9 Mon Sep 17 00:00:00 2001 From: Mark Backman Date: Fri, 1 May 2026 09:18:34 -0400 Subject: [PATCH] Add changelog for #4401 --- changelog/4401.fixed.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/4401.fixed.md diff --git a/changelog/4401.fixed.md b/changelog/4401.fixed.md new file mode 100644 index 000000000..fafa0e476 --- /dev/null +++ b/changelog/4401.fixed.md @@ -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`.