We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0535269 commit 7fc223bCopy full SHA for 7fc223b
agent.py
@@ -21,6 +21,7 @@ def __init__(self) -> None:
21
super().__init__(
22
instructions="You are a helpful voice AI assistant.",
23
)
24
+
25
async def entrypoint(ctx: JobContext):
26
session = AgentSession(
27
llm=openai.LLM(model="gpt-4o-mini"),
0 commit comments