Fix: Spacing issue

This commit is contained in:
Kyle Gani
2025-05-05 17:13:21 +02:00
parent 5c4079b286
commit d2f56c4e8f

View File

@@ -425,7 +425,7 @@ class UltravoxSTTService(AIService):
if "content" in delta:
new_text = delta["content"]
if new_text:
yield LLMTextFrame(text=new_text.strip())
yield LLMTextFrame(text=new_text)
# Stop processing metrics after completion
await self.stop_processing_metrics()