Aswini96 commited on
Commit
609cb7a
·
verified ·
1 Parent(s): 9c104cd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,6 +1,6 @@
1
  import os
2
  import gradio as gr
3
- import openai
4
 
5
  # Set your OpenAI API key
6
  AZURE_API_VERSION = "2023-03-15-preview"
 
1
  import os
2
  import gradio as gr
3
+ from openai import AzureOpenAI
4
 
5
  # Set your OpenAI API key
6
  AZURE_API_VERSION = "2023-03-15-preview"