Skip to content

Commit bdcd506

Browse files
committed
5.2
2 parents ade8c3e + c988952 commit bdcd506

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def __init__(self) -> None:
3131
stt=inference.STT(model="deepgram/nova-3", language="multi"),
3232
# A Large Language Model (LLM) is your agent's brain, processing user input and generating a response
3333
# See all available models at https://docs.livekit.io/agents/models/llm/
34-
llm=inference.LLM(model="openai/gpt-5.3-chat-latest"),
34+
llm=inference.LLM(model="openai/gpt-5.2-chat-latest"),
3535
# Text-to-speech (TTS) is your agent's voice, turning the LLM's text into speech that the user can hear
3636
# See all available models as well as voice selections at https://docs.livekit.io/agents/models/tts/
3737
tts=inference.TTS(

0 commit comments

Comments
 (0)