Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -4,6 +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'
|
|
|
|
| 4 |
import json
|
| 5 |
import requests
|
| 6 |
|
| 7 |
+
|
| 8 |
MODEL = "gpt-4"
|
| 9 |
API_URL = os.getenv("API_URL")
|
| 10 |
DISABLED = os.getenv("DISABLED") == 'True'
|