Merge pull request #355 from pipecat-ai/aleix/usage-metrics-update

processors(base): add start_llm_usage_metrics and start_tts_usage_met…
This commit is contained in:
Aleix Conchillo Flaqué
2024-08-09 09:35:36 -07:00
committed by GitHub
12 changed files with 65 additions and 60 deletions

View File

@@ -9,6 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Added `DailyRESTHelper.delete_room_by_name()`.
- Added LLM and TTS usage metrics. Those will be enabled by when
`enable_usage_metrics` is True.
- `AudioRawFrame`s are not pushed downstream from the base output
transport. This allows capturing the exact words the bot says by adding an STT
service at the end of the pipeline.