Spaces:
Running
Running
Commit
•
8513751
1
Parent(s):
bc71765
Update app.py (#13)
Browse files- Update app.py (bf1b1e8db456d665df515d43a6c04c95cf855d58)
Co-authored-by: Sherman <ShermanAI@users.noreply.huggingface.co>
app.py
CHANGED
@@ -4,7 +4,7 @@ import sys
|
|
4 |
import json
|
5 |
import requests
|
6 |
|
7 |
-
MODEL = "gpt-4-
|
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 = "gpt-4-0125-preview"
|
8 |
API_URL = os.getenv("API_URL")
|
9 |
DISABLED = os.getenv("DISABLED") == 'True'
|
10 |
OPENAI_API_KEY = os.getenv("OPENAI_API_KEY")
|