Spaces:
Sleeping
Sleeping
Upload compare_gradio.py
Browse files- compare_gradio.py +1 -1
compare_gradio.py
CHANGED
@@ -35,7 +35,7 @@ headers = {"X-API-Key": API_KEY, "Content-Type": "application/json"}
|
|
35 |
|
36 |
|
37 |
def update_models():
|
38 |
-
models = ["pro", "pro-gpt", "pro-rag", "pro-rag-gpt"]
|
39 |
|
40 |
# Randomly select if we want to use pro or turbo models
|
41 |
# if random.random() < 0.5:
|
|
|
35 |
|
36 |
|
37 |
def update_models():
|
38 |
+
models = ["pro", "pro-gpt", "pro-gpt-large", "pro-rag", "pro-rag-gpt", "pro-rag-gpt-large"]
|
39 |
|
40 |
# Randomly select if we want to use pro or turbo models
|
41 |
# if random.random() < 0.5:
|