Curranj commited on
Commit
4d12632
·
1 Parent(s): 29303e8

Update app.py

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