Spaces:
Running
Running
fix
Browse files
app.py
CHANGED
|
@@ -1618,17 +1618,20 @@ AVAILABLE_MODELS = [
|
|
| 1618 |
{
|
| 1619 |
"name": "Codestral 2508",
|
| 1620 |
"id": "codestral-2508",
|
| 1621 |
-
"description": "Mistral Codestral model - specialized for code generation and programming tasks"
|
|
|
|
| 1622 |
},
|
| 1623 |
{
|
| 1624 |
"name": "Mistral Medium 2508",
|
| 1625 |
"id": "mistral-medium-2508",
|
| 1626 |
-
"description": "Mistral Medium 2508 model via Mistral API for general tasks and coding"
|
|
|
|
| 1627 |
},
|
| 1628 |
{
|
| 1629 |
"name": "Magistral Medium 2509",
|
| 1630 |
"id": "magistral-medium-2509",
|
| 1631 |
-
"description": "Magistral Medium 2509 model via Mistral API for advanced code generation and reasoning"
|
|
|
|
| 1632 |
},
|
| 1633 |
{
|
| 1634 |
"name": "Gemini 2.5 Flash",
|
|
|
|
| 1618 |
{
|
| 1619 |
"name": "Codestral 2508",
|
| 1620 |
"id": "codestral-2508",
|
| 1621 |
+
"description": "Mistral Codestral model - specialized for code generation and programming tasks",
|
| 1622 |
+
"type": "mistral"
|
| 1623 |
},
|
| 1624 |
{
|
| 1625 |
"name": "Mistral Medium 2508",
|
| 1626 |
"id": "mistral-medium-2508",
|
| 1627 |
+
"description": "Mistral Medium 2508 model via Mistral API for general tasks and coding",
|
| 1628 |
+
"type": "mistral"
|
| 1629 |
},
|
| 1630 |
{
|
| 1631 |
"name": "Magistral Medium 2509",
|
| 1632 |
"id": "magistral-medium-2509",
|
| 1633 |
+
"description": "Magistral Medium 2509 model via Mistral API for advanced code generation and reasoning",
|
| 1634 |
+
"type": "mistral"
|
| 1635 |
},
|
| 1636 |
{
|
| 1637 |
"name": "Gemini 2.5 Flash",
|