Spaces:
Runtime error
Runtime error
Commit
·
e0d77be
1
Parent(s):
3eec426
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,10 @@
|
|
1 |
import openai
|
2 |
import secrets
|
3 |
|
|
|
|
|
|
|
|
|
4 |
# Set up the OpenAI API credentials
|
5 |
openai.api_key = secrets.OPENAI_API_KEY
|
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
|
9 |
openai.api_key = secrets.OPENAI_API_KEY
|
10 |
|