From fc90bdc638fab967f8e4fdb0e70c74bc9c76427e Mon Sep 17 00:00:00 2001 From: fatwang2 Date: Sun, 19 Jan 2025 09:43:48 +0800 Subject: [PATCH] changed to HailuoHttpTTSService --- src/pipecat/services/hailuo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pipecat/services/hailuo.py b/src/pipecat/services/hailuo.py index fb9b75902..2e4da256e 100644 --- a/src/pipecat/services/hailuo.py +++ b/src/pipecat/services/hailuo.py @@ -15,7 +15,7 @@ from pipecat.frames.frames import ( from pipecat.services.ai_services import TTSService from pipecat.transcriptions.language import Language -class HailuoTTSService(TTSService): +class HailuoHttpTTSService(TTSService): class InputParams(BaseModel): speed: Optional[float] = 1.0 volume: Optional[float] = 1.0