Skip to content

Commit

Permalink
fix typo (#830)
Browse files Browse the repository at this point in the history
  • Loading branch information
theomonnom authored Oct 3, 2024
1 parent 89b2c7b commit 384c4b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/multimodal_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ async def get_weather(
turn_detection=openai.realtime.ServerVadOptions(
threshold=0.6, prefix_padding_ms=200, silence_duration_ms=500
),
)
),
fnc_ctx=fnc_ctx,
)
assistant.start(ctx.room)
Expand Down

0 comments on commit 384c4b4

Please sign in to comment.