Spaces:
Runtime error
Runtime error
yuntian-deng
commited on
Commit
•
a0f7f61
1
Parent(s):
9e9b032
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,6 @@ import requests
|
|
6 |
import random
|
7 |
|
8 |
|
9 |
-
|
10 |
MODEL = "o1-preview"
|
11 |
API_URL = os.getenv("API_URL")
|
12 |
DISABLED = os.getenv("DISABLED") == 'True'
|
|
|
6 |
import random
|
7 |
|
8 |
|
|
|
9 |
MODEL = "o1-preview"
|
10 |
API_URL = os.getenv("API_URL")
|
11 |
DISABLED = os.getenv("DISABLED") == 'True'
|