Skip to content

Commit 23e4e29

Browse files
committed
CHANGELOG fixes
1 parent 713b488 commit 23e4e29

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9999
100100
- Added Hindi support for Rime TTS services.
101101
102-
<<<<<<< HEAD
103102
- Updated `GeminiTTSService` to use Google Cloud Text-to-Speech streaming API
104103
instead of the deprecated Gemini API. Now uses `credentials` /
105104
`credentials_path` for authentication. The `api_key` parameter is deprecated.
@@ -109,11 +108,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
109108
110109
- Updated language mappings for the Google and Gemini TTS services to match
111110
official documentation.
112-
=======
111+
113112
- `TextFrame` new field `append_to_context` used to indicate if the encompassing
114113
text should be added to the LLM context (by the LLM assistant aggregator). It
115114
defaults to `True`.
116-
>>>>>>> 3e3b946a (CHANGELOG improvements)
117115
118116
- TTS flow respects aggregation metadata
119117
- `TTSService` accepts a new `skip_aggregator_types` to avoid speaking certain aggregation types
@@ -134,7 +132,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
134132
- The `api_key` parameter in `GeminiTTSService` is deprecated. Use
135133
`credentials` or `credentials_path` instead for Google Cloud authentication.
136134
137-
- The RTVI `bot-transcription` event is deprecated in favor of the new `bot-output` message which is the canonical representation of bot output (spoken or not). The code still emits a transcription message for backwards compatibility while transition occurs.
135+
- The RTVI `bot-transcription` event is deprecated in favor of the new `bot-output`
136+
message which is the canonical representation of bot output (spoken or not). The code
137+
still emits a transcription message for backwards compatibility while transition occurs.
138138
139139
- The TTS constructor field, `text_aggregator` is deprecated in favor of the new
140140
`LLMTextProcessor`. TTSServices still have an internal aggregator for support of default

0 commit comments

Comments
 (0)