Spaces:
Runtime error
Runtime error
Commit
·
28b6db7
1
Parent(s):
e0d77be
Update app.py
Browse files
app.py
CHANGED
@@ -1,8 +1,6 @@
|
|
1 |
import openai
|
2 |
import secrets
|
3 |
|
4 |
-
import secrets
|
5 |
-
|
6 |
print(secrets.OPENAI_API_KEY)
|
7 |
|
8 |
# Set up the OpenAI API credentials
|
|
|
1 |
import openai
|
2 |
import secrets
|
3 |
|
|
|
|
|
4 |
print(secrets.OPENAI_API_KEY)
|
5 |
|
6 |
# Set up the OpenAI API credentials
|