Merge pull request #4173 from pipecat-ai/filipi/updating_inworld_examples

Removing the models from the Inworld example so we can use the default model.
This commit is contained in:
Mark Backman
2026-03-27 14:02:55 -04:00
committed by GitHub
2 changed files with 0 additions and 2 deletions

View File

@@ -61,7 +61,6 @@ async def run_bot(transport: BaseTransport, runner_args: RunnerArguments):
streaming=True,
settings=InworldHttpTTSService.Settings(
voice="Ashley",
model="inworld-tts-1",
),
# Set to False for non-streaming mode or True for streaming mode.
)

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,
),
)