remove duplicate fnc_ctx declaration
This commit is contained in:
parent
8f6d5fdac7
commit
4e77a5792f
|
@ -82,7 +82,6 @@ async def entrypoint(ctx: JobContext):
|
|||
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(
|
||||
|
|
Loading…
Reference in New Issue