LLMUserContextAggregator: reduce aggregation_timeout to 0.5

This commit is contained in:
Aleix Conchillo Flaqué
2025-04-25 11:40:35 -07:00
parent 99a4154cbc
commit 03002ad685
2 changed files with 8 additions and 1 deletions

View File

@@ -50,7 +50,7 @@ from pipecat.utils.time import time_now_iso8601
@dataclass
class LLMUserAggregatorParams:
aggregation_timeout: float = 1.0
aggregation_timeout: float = 0.5
@dataclass