We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bef46d1 commit 961f1c4Copy full SHA for 961f1c4
agent.py
@@ -24,9 +24,9 @@ def __init__(self) -> None:
24
25
async def entrypoint(ctx: JobContext):
26
session = AgentSession(
27
- llm=openai.LLM(model="gpt-4o-mini"),
28
- stt=deepgram.STT(model="nova-3", language="multi"),
29
- tts=openai.TTS(voice="marin"),
+ stt="deepgram/nova-3",
+ llm="openai/gpt-4.1-mini",
+ tts="cartesia/sonic-2",
30
vad=silero.VAD.load(),
31
)
32
0 commit comments