Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -35,7 +35,10 @@ models = {
|
|
35 |
"Qwen/Qwen2.5-72B-Instruct",
|
36 |
"mistralai/Mistral-Nemo-Instruct-2407",
|
37 |
"tiiuae/falcon-7b-instruct",
|
38 |
-
"
|
|
|
|
|
|
|
39 |
]
|
40 |
}
|
41 |
|
|
|
35 |
"Qwen/Qwen2.5-72B-Instruct",
|
36 |
"mistralai/Mistral-Nemo-Instruct-2407",
|
37 |
"tiiuae/falcon-7b-instruct",
|
38 |
+
"mistralai/Mistral-Small-3.1-24B-Instruct-2503",
|
39 |
+
"unsloth/DeepSeek-V3-0324-GGUF",
|
40 |
+
"nvidia/Llama-3.1-Nemotron-Nano-8B-v1",
|
41 |
+
"meta-llama/Llama-3.3-70B-Instruct"
|
42 |
]
|
43 |
}
|
44 |
|