processors(base): add start_llm_usage_metrics and start_tts_usage_metrics

This commit is contained in:
Aleix Conchillo Flaqué
2024-08-08 16:46:56 -07:00
parent 826a70a137
commit 22e176e329
12 changed files with 65 additions and 60 deletions

View File

@@ -294,6 +294,7 @@ class StartFrame(ControlFrame):
"""This is the first frame that should be pushed down a pipeline."""
allow_interruptions: bool = False
enable_metrics: bool = False
enable_usage_metrics: bool = False
report_only_initial_ttfb: bool = False