Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ import os
|
|
5 |
|
6 |
# OpenAi call
|
7 |
def gpt3(texts):
|
8 |
-
openai.api_key = os.environ["
|
9 |
response = openai.Completion.create(
|
10 |
engine="text-davinci-003",
|
11 |
prompt=texts,
|
|
|
5 |
|
6 |
# OpenAi call
|
7 |
def gpt3(texts):
|
8 |
+
openai.api_key = os.environ[""]
|
9 |
response = openai.Completion.create(
|
10 |
engine="text-davinci-003",
|
11 |
prompt=texts,
|