Spaces:
Runtime error
Runtime error
Commit
·
2ea6b68
1
Parent(s):
7289133
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ import random
|
|
4 |
import time
|
5 |
|
6 |
# Set up OpenAI API key
|
7 |
-
openai.api_key = "
|
8 |
|
9 |
system_message = {"role": "system", "content": "You are a helpful assistant."}
|
10 |
|
|
|
4 |
import time
|
5 |
|
6 |
# Set up OpenAI API key
|
7 |
+
openai.api_key = "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"
|
8 |
|
9 |
system_message = {"role": "system", "content": "You are a helpful assistant."}
|
10 |
|