Skip to content

Commit

Permalink
Merge pull request #1035 from pipecat-ai/aleix/prepare-0.0.53
Browse files Browse the repository at this point in the history
update CHANGELOG for 0.0.53
  • Loading branch information
aconchillo authored Jan 18, 2025
2 parents 2abbd4b + c6d643d commit a169e0c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to **Pipecat** will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [0.0.53] - 2025-01-18

### Added

Expand All @@ -28,6 +28,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
`examples/foundational/31-heartbeats.py` shows how to enable heartbeats and
forces warnings to be displayed.

- Added `LLMTextFrame` and `TTSTextFrame` which should be pushed by LLM and TTS
services respectively instead of `TextFrame`s.

- Added `OpenRouter` for OpenRouter integration with an OpenAI-compatible
interface. Added foundational example `14m-function-calling-openrouter.py`.

Expand Down Expand Up @@ -92,10 +95,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
`UserStoppedSpeakingFrame`. This helps in faster transcriptions and clearing
the `Deepgram` audio buffer.

- Changed `DeepgramSTTService` to generate metrics using pipeline VAD.

### Fixed

- Fixed an issue where `DeepgramSTTService` was not generating metrics using
pipeline's VAD.

- Fixed `UserIdleProcessor` not properly propagating `EndFrame`s through the
pipeline.

Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,12 @@ To keep things lightweight, only the core framework is included by default. If y
pip install "pipecat-ai[option,...]"
```

Or you can install all of them with:

```shell
pip install "pipecat-ai[all]"
```

Available options include:

| Category | Services | Install Command Example |
Expand Down

0 comments on commit a169e0c

Please sign in to comment.