Curranj commited on
Commit
240cf2a
·
1 Parent(s): 6d3cd11

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import gradio as gr
4
 
5
  #OpenAi call
6
  def gpt3(texts):
7
- openai.api_key = apikeycode
8
 
9
  response = openai.Completion.create(
10
  engine="code-davinci-002",
 
4
 
5
  #OpenAi call
6
  def gpt3(texts):
7
+ openai.api_key = apikey2
8
 
9
  response = openai.Completion.create(
10
  engine="code-davinci-002",