Skip to content

Commit

Permalink
remove duplicate fnc_ctx declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
benxu3 committed Dec 9, 2024
1 parent 8f6d5fd commit 4e77a57
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion software/source/server/livekit/multimodal.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ async def execute(
await ctx.connect(auto_subscribe=AutoSubscribe.AUDIO_ONLY)

participant = await ctx.wait_for_participant()
fnc_ctx = AssistantFnc()

openai_api_key = os.getenv("OPENAI_API_KEY")
model = openai.realtime.RealtimeModel(
Expand Down

0 comments on commit 4e77a57

Please sign in to comment.