Spaces:
Running
Running
yuntian-deng
commited on
Commit
•
44a7379
1
Parent(s):
ff4d646
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ import sys
|
|
4 |
import json
|
5 |
import requests
|
6 |
|
7 |
-
MODEL = "
|
8 |
API_URL = os.getenv("API_URL")
|
9 |
DISABLED = os.getenv("DISABLED") == 'True'
|
10 |
OPENAI_API_KEY = os.getenv("OPENAI_API_KEY")
|
|
|
4 |
import json
|
5 |
import requests
|
6 |
|
7 |
+
MODEL = "o1-preview"
|
8 |
API_URL = os.getenv("API_URL")
|
9 |
DISABLED = os.getenv("DISABLED") == 'True'
|
10 |
OPENAI_API_KEY = os.getenv("OPENAI_API_KEY")
|