diff --git a/examples/function-calling/function-calling-openai.py b/examples/function-calling/function-calling-openai.py index 38c9d6385..20777eaca 100644 --- a/examples/function-calling/function-calling-openai.py +++ b/examples/function-calling/function-calling-openai.py @@ -68,9 +68,9 @@ async def run_bot(transport: BaseTransport, runner_args: RunnerArguments): tts = OpenAITTSService( api_key=os.environ["OPENAI_API_KEY"], settings=OpenAITTSService.Settings( + instructions="Please speak clearly and at a moderate pace.", voice="ballad", ), - instructions="Please speak clearly and at a moderate pace.", ) llm = OpenAILLMService(