From 440738f72769264981258591889124fe5744a94a Mon Sep 17 00:00:00 2001 From: Mark Backman Date: Fri, 1 May 2026 09:19:27 -0400 Subject: [PATCH] Update changelog for #4401: split fix and default-model change --- changelog/4401.changed.md | 1 + changelog/4401.fixed.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 changelog/4401.changed.md diff --git a/changelog/4401.changed.md b/changelog/4401.changed.md new file mode 100644 index 000000000..dc413e566 --- /dev/null +++ b/changelog/4401.changed.md @@ -0,0 +1 @@ +- Changed the default model for `GrokRealtimeLLMService` to `grok-voice-think-fast-1.0`, xAI's recommended Voice Agent model. The previous default of `grok-voice-fast-1.0` has been deprecated by xAI and is being removed. diff --git a/changelog/4401.fixed.md b/changelog/4401.fixed.md index fafa0e476..f427ca42a 100644 --- a/changelog/4401.fixed.md +++ b/changelog/4401.fixed.md @@ -1 +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`. +- Fixed `GrokRealtimeLLMService` ignoring the configured model. The model was stored in `Settings` but never sent to xAI, so every session silently fell back to xAI's server-side default. The model is now passed via the `?model=` query parameter on the WebSocket URL as xAI's Voice Agent API requires.