Added Changelog entries
This commit is contained in:
@@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
|
- Added configurable LLM parameters (e.g., temperature, top_p, max_tokens, seed)
|
||||||
|
for OpenAI, Anthropic, and Together AI services along with corresponding
|
||||||
|
setter functions.
|
||||||
|
|
||||||
|
- Added `sample_rate` as a constructor parameter for TTS services.
|
||||||
|
|
||||||
- Pipecat has a pipeline-based architecture. The pipeline consists of frame
|
- Pipecat has a pipeline-based architecture. The pipeline consists of frame
|
||||||
processors linked to each other. The elements traveling across the pipeline
|
processors linked to each other. The elements traveling across the pipeline
|
||||||
are called frames.
|
are called frames.
|
||||||
@@ -351,7 +357,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
- `WhisperSTTService` model can now also be a string.
|
- `WhisperSTTService` model can now also be a string.
|
||||||
|
|
||||||
- Added missing * keyword separators in services.
|
- Added missing \* keyword separators in services.
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user