Spaces:
Running
Running
Model changes
Browse filesThis should be the Turbo model as per the space name.
app.py
CHANGED
@@ -6,7 +6,7 @@ import requests
|
|
6 |
import random
|
7 |
|
8 |
|
9 |
-
MODEL = "gpt-
|
10 |
API_URL = os.getenv("API_URL")
|
11 |
DISABLED = os.getenv("DISABLED") == 'True'
|
12 |
OPENAI_API_KEYS = os.getenv("OPENAI_API_KEYS").split(',')
|
|
|
6 |
import random
|
7 |
|
8 |
|
9 |
+
MODEL = "gpt-4-turbo-2024-04-09"
|
10 |
API_URL = os.getenv("API_URL")
|
11 |
DISABLED = os.getenv("DISABLED") == 'True'
|
12 |
OPENAI_API_KEYS = os.getenv("OPENAI_API_KEYS").split(',')
|