Removing the temperature from InworldTTSService example.

This commit is contained in:
Filipi Fuchter
2025-09-22 09:30:53 -03:00
parent 9e098b5f79
commit 326bfe4239

View File

@@ -67,9 +67,6 @@ async def run_bot(transport: BaseTransport, runner_args: RunnerArguments):
voice_id="Ashley",
model="inworld-tts-1",
streaming=streaming, # True: real-time chunks, False: complete audio then playback
params=InworldTTSService.InputParams(
temperature=1.1,
),
)
llm = OpenAILLMService(api_key=os.getenv("OPENAI_API_KEY"))