Spaces:
Sleeping
Sleeping
jjz5463
commited on
Commit
·
06ef059
1
Parent(s):
d45d7c3
update app simulator
Browse files
app.py
CHANGED
|
@@ -7,7 +7,7 @@ import random
|
|
| 7 |
import os
|
| 8 |
os.environ["TOKENIZERS_PARALLELISM"] = "false"
|
| 9 |
|
| 10 |
-
openai_api_key =
|
| 11 |
|
| 12 |
|
| 13 |
class AppSimulator:
|
|
|
|
| 7 |
import os
|
| 8 |
os.environ["TOKENIZERS_PARALLELISM"] = "false"
|
| 9 |
|
| 10 |
+
openai_api_key = os.getenv("OPENAI_API_KEY")
|
| 11 |
|
| 12 |
|
| 13 |
class AppSimulator:
|