We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 758c9b9 commit 9b17cd8Copy full SHA for 9b17cd8
1 file changed
src/agent.py
@@ -72,7 +72,7 @@ async def my_agent(ctx: JobContext):
72
stt=inference.STT(model="deepgram/nova-3", language="multi"),
73
# A Large Language Model (LLM) is your agent's brain, processing user input and generating a response
74
# See all available models at https://docs.livekit.io/agents/models/llm/
75
- llm=inference.LLM(model="openai/gpt-5.2-chat-latest"),
+ llm=inference.LLM(model="openai/gpt-5.3-chat-latest"),
76
# Text-to-speech (TTS) is your agent's voice, turning the LLM's text into speech that the user can hear
77
# See all available models as well as voice selections at https://docs.livekit.io/agents/models/tts/
78
tts=inference.TTS(
0 commit comments