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

Log warning about transcription frame direction change.
This commit is contained in:
Paul Kompfner
2025-10-23 09:57:44 -04:00
parent 9bc02afd0d
commit 0495de52b6
2 changed files with 25 additions and 3 deletions

View File

@@ -21,9 +21,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
`LLMContext`, it is not meant to be swapped out for another LLM service at
runtime.)
Note: `TranscriptionFrame`s now go upstream from `OpenAIRealtimeLLMService`,
so if you're using `TranscriptProcessor`, say, you'll want to adjust
accordingly:
Note: `TranscriptionFrame`s and `InterimTranscriptionFrame`s now go upstream
from `OpenAIRealtimeLLMService`, so if you're using `TranscriptProcessor`,
say, you'll want to adjust accordingly:
```python
pipeline = Pipeline(