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

Update app.py

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