Update app.py
Browse files
app.py
CHANGED
@@ -23,6 +23,8 @@ MODELS = [
|
|
23 |
"mistralai/Mixtral-8x7B-Instruct-v0.1",
|
24 |
"mistralai/Mistral-Nemo-Instruct-2407",
|
25 |
"meta-llama/Meta-Llama-3.1-8B-Instruct",
|
|
|
|
|
26 |
"meta-llama/Meta-Llama-3.1-70B-Instruct"
|
27 |
]
|
28 |
|
|
|
23 |
"mistralai/Mixtral-8x7B-Instruct-v0.1",
|
24 |
"mistralai/Mistral-Nemo-Instruct-2407",
|
25 |
"meta-llama/Meta-Llama-3.1-8B-Instruct",
|
26 |
+
"meta-llama/Meta-Llama-3.1-70B-Instruct",
|
27 |
+
"meta-llama/Meta-Llama-3.1-8B-Instruct",
|
28 |
"meta-llama/Meta-Llama-3.1-70B-Instruct"
|
29 |
]
|
30 |
|