Changing InworldTTSService default temperature to 1.1

This commit is contained in:
Filipi Fuchter
2025-09-19 17:03:53 -03:00
parent 367200c0ad
commit 9e098b5f79
2 changed files with 7 additions and 7 deletions

View File

@@ -68,7 +68,7 @@ async def run_bot(transport: BaseTransport, runner_args: RunnerArguments):
model="inworld-tts-1",
streaming=streaming, # True: real-time chunks, False: complete audio then playback
params=InworldTTSService.InputParams(
temperature=0.8,
temperature=1.1,
),
)