Removing the models from the Inworld example so we can use the default model.

This commit is contained in:
filipi87
2026-03-27 14:23:20 -03:00
parent a8bfc23d3a
commit f9670b9601
2 changed files with 0 additions and 2 deletions

View File

@@ -56,7 +56,6 @@ async def run_bot(transport: BaseTransport, runner_args: RunnerArguments):
api_key=os.getenv("INWORLD_API_KEY", ""),
settings=InworldTTSService.Settings(
voice="Ashley",
model="inworld-tts-1",
temperature=1.1,
),
)