Add a bit more detail to CHANGELOG related to AWSNovaSonicLLMService's support for LLMContext
This commit is contained in:
16
CHANGELOG.md
16
CHANGELOG.md
@@ -27,6 +27,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
```python
|
```python
|
||||||
## BEFORE:
|
## BEFORE:
|
||||||
|
|
||||||
|
# Context aggregator type
|
||||||
|
context_aggregator: AWSNovaSonicContextAggregatorPair
|
||||||
|
|
||||||
# Context frame type
|
# Context frame type
|
||||||
frame: OpenAILLMContextFrame
|
frame: OpenAILLMContextFrame
|
||||||
|
|
||||||
@@ -39,6 +42,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
messages = context.messages
|
messages = context.messages
|
||||||
|
|
||||||
## AFTER:
|
## AFTER:
|
||||||
|
|
||||||
|
# Context aggregator type
|
||||||
|
context_aggregator: LLMContextAggregatorPair
|
||||||
|
|
||||||
# Context frame type
|
# Context frame type
|
||||||
frame: LLMContextFrame
|
frame: LLMContextFrame
|
||||||
|
|
||||||
@@ -85,6 +92,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
- `SpeechmaticsSTTService` updated dependencies for `speechmatics-rt>=0.5.0`.
|
- `SpeechmaticsSTTService` updated dependencies for `speechmatics-rt>=0.5.0`.
|
||||||
|
|
||||||
|
### Deprecated
|
||||||
|
|
||||||
|
- The `send_transcription_frames` argument to `AWSNovaSonicLLMService` is
|
||||||
|
deprecated. Transcription frames are now always sent. They go upstream, to be
|
||||||
|
handled by the user context aggregator. See "Changed" section for details.
|
||||||
|
|
||||||
|
- Types in `pipecat.services.aws.nova_sonic.context` have been deprecated due
|
||||||
|
to changes to support `LLMContext`. See "Changed" section for details.
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Fixed an issue in `RivaSegmentedSTTService` where a runtime error occurred due
|
- Fixed an issue in `RivaSegmentedSTTService` where a runtime error occurred due
|
||||||
|
|||||||
Reference in New Issue
Block a user