fix: GoogleLLMService TTFB value

This commit is contained in:
Mark Backman
2025-06-12 11:43:27 -04:00
parent 228afe01ed
commit 69c63293fb
2 changed files with 8 additions and 1 deletions

View File

@@ -5,6 +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]
### Fixed
- Fixed an issue where `GoogleLLMService`'s TTFB value was incorrect.
## [0.0.71] - 2025-06-10
### Added