Removing the temperature from InworldTTSService example.
This commit is contained in:
@@ -67,9 +67,6 @@ async def run_bot(transport: BaseTransport, runner_args: RunnerArguments):
|
|||||||
voice_id="Ashley",
|
voice_id="Ashley",
|
||||||
model="inworld-tts-1",
|
model="inworld-tts-1",
|
||||||
streaming=streaming, # True: real-time chunks, False: complete audio then playback
|
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"))
|
llm = OpenAILLMService(api_key=os.getenv("OPENAI_API_KEY"))
|
||||||
|
|||||||
Reference in New Issue
Block a user