Skip to content

Commit

Permalink
Merge pull request #838 from pipecat-ai/aleix/prepare-0.0.50
Browse files Browse the repository at this point in the history
update CHANGELOG fot 0.0.50
  • Loading branch information
aconchillo authored Dec 11, 2024
2 parents f1d3c5e + a70c785 commit 8e140b2
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@ 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.50] - 2024-12-11

### Added

- Added `GeminiMultimodalLiveLLMService`. This is an integration for Google's Gemini Multimodal Live API, supporting:
- Added `GeminiMultimodalLiveLLMService`. This is an integration for Google's
Gemini Multimodal Live API, supporting:

- Real-time audio and video input processing
- Streaming text responses with TTS
Expand All @@ -18,7 +19,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- System instructions and context management
- Dynamic parameter updates (temperature, top_p, etc.)

- Added `AudioTranscriber` utility class for handling audio transcription with Gemini models.
- Added `AudioTranscriber` utility class for handling audio transcription with
Gemini models.

- Added new context classes for Gemini:

Expand Down

0 comments on commit 8e140b2

Please sign in to comment.