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:
@@ -61,7 +61,6 @@ async def run_bot(transport: BaseTransport, runner_args: RunnerArguments):
|
|||||||
streaming=True,
|
streaming=True,
|
||||||
settings=InworldHttpTTSService.Settings(
|
settings=InworldHttpTTSService.Settings(
|
||||||
voice="Ashley",
|
voice="Ashley",
|
||||||
model="inworld-tts-1",
|
|
||||||
),
|
),
|
||||||
# Set to False for non-streaming mode or True for streaming mode.
|
# Set to False for non-streaming mode or True for streaming mode.
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -56,7 +56,6 @@ async def run_bot(transport: BaseTransport, runner_args: RunnerArguments):
|
|||||||
api_key=os.getenv("INWORLD_API_KEY", ""),
|
api_key=os.getenv("INWORLD_API_KEY", ""),
|
||||||
settings=InworldTTSService.Settings(
|
settings=InworldTTSService.Settings(
|
||||||
voice="Ashley",
|
voice="Ashley",
|
||||||
model="inworld-tts-1",
|
|
||||||
temperature=1.1,
|
temperature=1.1,
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user