BaseOpenAILLMService: include cached tokens to metrics frame

This commit is contained in:
Aleix Conchillo Flaqué
2025-09-24 19:32:16 -07:00
parent 3797f41c8c
commit 33447ad6f2
2 changed files with 12 additions and 0 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]
### Added
- Include OpenAI-based LLM services cached tokens to `MetricsFrame`.
## [0.0.86] - 2025-09-24
### Added