Spaces:
Runtime error
Runtime error
Commit
·
966312f
1
Parent(s):
b401809
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,6 @@ import openai
|
|
3 |
import os
|
4 |
|
5 |
# Set the API key for the OpenAI API
|
6 |
-
openai.api_key = "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"
|
7 |
|
8 |
# Set the model to use (e.g. "text-davinci-002")
|
9 |
model = "text-davinci-002"
|
|
|
3 |
import os
|
4 |
|
5 |
# Set the API key for the OpenAI API
|
|
|
6 |
|
7 |
# Set the model to use (e.g. "text-davinci-002")
|
8 |
model = "text-davinci-002"
|