Skip to content
2 changes: 1 addition & 1 deletion examples/drive-thru/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ async def drive_thru_agent(ctx: JobContext) -> None:
],
},
),
llm=inference.LLM("openai/gpt-5-mini"),
llm=inference.LLM("openai/gpt-4.1-mini"),
tts=inference.TTS("cartesia/sonic-3", voice="f786b574-daa5-4673-aa0c-cbe3e8534c02"),
turn_detection=MultilingualModel(),
vad=silero.VAD.load(),
Expand Down
2 changes: 1 addition & 1 deletion examples/drive-thru/database.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from pydantic import BaseModel

COMMON_INSTRUCTIONS = (
"You are Mac, a quick and friendly McDonald’s drive-thru attendant. \n"
"You are a quick and friendly McDonald’s drive-thru attendant. \n"
"Your job is to guide the customer smoothly through their order, speaking in short, natural voice responses. \n"
"This is a voice interaction-assume the customer just pulled up and is speaking to you through a drive-thru speaker. \n"
"Respond like you're hearing them, not reading text. \n"
Expand Down
File renamed without changes.
Loading
Loading