saattrupdan
commited on
Commit
•
3e57038
1
Parent(s):
c878c57
feat: Set GPT-4 as default
Browse files
app.py
CHANGED
@@ -172,7 +172,7 @@ def main() -> None:
|
|
172 |
choices=danish_models,
|
173 |
multiselect=True,
|
174 |
label="Models",
|
175 |
-
value=["gpt-
|
176 |
interactive=True,
|
177 |
)
|
178 |
use_win_ratio_checkbox = gr.Checkbox(
|
|
|
172 |
choices=danish_models,
|
173 |
multiselect=True,
|
174 |
label="Models",
|
175 |
+
value=["gpt-4-0613", "mistralai/Mistral-7B-v0.1"],
|
176 |
interactive=True,
|
177 |
)
|
178 |
use_win_ratio_checkbox = gr.Checkbox(
|