Skip to content

Commit ce99924

Browse files
committed
Add CHANGELOG entry describing fix for the missing "bot-llm-text" RTVI event when using realtime (speech-to-speech) services
1 parent 5de80a6 commit ce99924

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

changelog/3446.fixed.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
- Fixed an issue where the "bot-llm-text" RTVI event would not fire for realtime (speech-to-speech) services:
2+
3+
- `AWSNovaSonicLLMService`
4+
- `GeminiLiveLLMService`
5+
- `OpenAIRealtimeLLMService`
6+
- `GrokRealtimeLLMService`
7+
8+
The issue was that these services weren't pushing `LLMTextFrame`s. Now they do.

0 commit comments

Comments
 (0)