Dagfinn1962 commited on
Commit
9e76063
1 Parent(s): 4799797

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -181,7 +181,7 @@ with gr.Blocks(
181
  queue=False,
182
  ).then(
183
  fn=conversation.bot_turn,
184
- inputs=[system, chatbot, openai_key],
185
  outputs=[chatbot],
186
  queue=True,
187
  )
 
181
  queue=False,
182
  ).then(
183
  fn=conversation.bot_turn,
184
+ inputs=[system, chatbot, OPENAI_API-KEY],
185
  outputs=[chatbot],
186
  queue=True,
187
  )