Update the changelog
This commit is contained in:
@@ -9,9 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Added `MarkdownRemovalProcessor`. This processor removes markdown formatting
|
- Added a new util called `MarkdownTextFilter` which is a subclass of a new
|
||||||
from a TextFrame. It's intended to be used between the LLM and TTS in order
|
base class called `BaseTextFilter`. This is a configurable utility which
|
||||||
to remove markdown from the text the TTS speaks.
|
is intended to filter text received by TTS services.
|
||||||
|
|
||||||
- Added new `RTVIUserLLMTextProcessor`. This processor will send an RTVI
|
- Added new `RTVIUserLLMTextProcessor`. This processor will send an RTVI
|
||||||
`user-llm-text` message with the user content's that was sent to the LLM.
|
`user-llm-text` message with the user content's that was sent to the LLM.
|
||||||
|
|||||||
Reference in New Issue
Block a user