Curranj commited on
Commit
29303e8
·
1 Parent(s): 240cf2a

Update app.py

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