Merge pull request #3841 from pipecat-ai/pk/groq-tweaks

A few Groq-related tweaks:
This commit is contained in:
kompfner
2026-02-25 15:54:33 -05:00
committed by GitHub
3 changed files with 133 additions and 2 deletions

View File

@@ -149,6 +149,9 @@ class GroqTTSService(TTSService):
model=self._settings.model,
voice=self._settings.voice,
response_format=self._output_format,
# Note: as of 2026-02-25, only a speed of 1.0 is supported, but
# here we pass it for completeness and future-proofing
speed=self._settings.speed,
input=text,
)