Update OpenAIRealtimeLLMService to work with LLMContext and LLMContextAggregatorPair (cont'd).

Update deprecation versions.
This commit is contained in:
Paul Kompfner
2025-10-23 10:02:45 -04:00
parent 0495de52b6
commit e42cf78e79
3 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@
"""OpenAI Realtime LLM context and aggregator implementations. """OpenAI Realtime LLM context and aggregator implementations.
.. deprecated:: 0.0.91 .. deprecated:: 0.0.92
OpenAI Realtime no longer uses types from this module under the hood. OpenAI Realtime no longer uses types from this module under the hood.
It now uses `LLMContext` and `LLMContextAggregatorPair`. It now uses `LLMContext` and `LLMContextAggregatorPair`.
Using the new patterns should allow you to not need types from this module. Using the new patterns should allow you to not need types from this module.

View File

@@ -6,7 +6,7 @@
"""Custom frame types for OpenAI Realtime API integration. """Custom frame types for OpenAI Realtime API integration.
.. deprecated:: 0.0.91 .. deprecated:: 0.0.92
OpenAI Realtime no longer uses types from this module under the hood. OpenAI Realtime no longer uses types from this module under the hood.
It now works more like most LLM services in Pipecat, relying on updates to It now works more like most LLM services in Pipecat, relying on updates to

View File

@@ -121,7 +121,7 @@ class OpenAIRealtimeLLMService(LLMService):
start_audio_paused: Whether to start with audio input paused. Defaults to False. start_audio_paused: Whether to start with audio input paused. Defaults to False.
send_transcription_frames: Whether to emit transcription frames. send_transcription_frames: Whether to emit transcription frames.
.. deprecated:: 0.0.91 .. deprecated:: 0.0.92
This parameter is deprecated and will be removed in a future version. This parameter is deprecated and will be removed in a future version.
Transcription frames are always sent. Transcription frames are always sent.