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.
2 parents ade8c3e + c988952 commit bdcd506Copy full SHA for bdcd506
1 file changed
src/agent.py
@@ -31,7 +31,7 @@ def __init__(self) -> None:
31
stt=inference.STT(model="deepgram/nova-3", language="multi"),
32
# A Large Language Model (LLM) is your agent's brain, processing user input and generating a response
33
# See all available models at https://docs.livekit.io/agents/models/llm/
34
- llm=inference.LLM(model="openai/gpt-5.3-chat-latest"),
+ llm=inference.LLM(model="openai/gpt-5.2-chat-latest"),
35
# Text-to-speech (TTS) is your agent's voice, turning the LLM's text into speech that the user can hear
36
# See all available models as well as voice selections at https://docs.livekit.io/agents/models/tts/
37
tts=inference.TTS(
0 commit comments