Skip to content

Commit 7fc223b

Browse files
committed
ws
1 parent 0535269 commit 7fc223b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

agent.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ def __init__(self) -> None:
2121
super().__init__(
2222
instructions="You are a helpful voice AI assistant.",
2323
)
24+
2425
async def entrypoint(ctx: JobContext):
2526
session = AgentSession(
2627
llm=openai.LLM(model="gpt-4o-mini"),

0 commit comments

Comments
 (0)