Spaces:
Running
Running
add new model
Browse files
app.py
CHANGED
@@ -43,6 +43,11 @@ AVAILABLE_MODELS = [
|
|
43 |
"name": "MiniMax M1",
|
44 |
"id": "MiniMaxAI/MiniMax-M1-80k",
|
45 |
"description": "MiniMax M1 model for code generation and general tasks"
|
|
|
|
|
|
|
|
|
|
|
46 |
}
|
47 |
]
|
48 |
|
|
|
43 |
"name": "MiniMax M1",
|
44 |
"id": "MiniMaxAI/MiniMax-M1-80k",
|
45 |
"description": "MiniMax M1 model for code generation and general tasks"
|
46 |
+
},
|
47 |
+
{
|
48 |
+
"name": "Qwen3-235B-A22B",
|
49 |
+
"id": "Qwen/Qwen3-235B-A22B",
|
50 |
+
"description": "Qwen3-235B-A22B model for code generation and general tasks"
|
51 |
}
|
52 |
]
|
53 |
|