adding GoogleLLMOpenAIBetaService

This commit is contained in:
Vaibhav159
2025-02-27 21:30:06 +05:30
parent a0a8ea1641
commit 4824220260
2 changed files with 24 additions and 0 deletions

View File

@@ -5,6 +5,13 @@ 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]
### Added
- Added `GoogleLLMOpenAIBetaService` for Google LLM integration with an
OpenAI-compatible interface.
## [0.0.58] - 2025-02-26
### Added