Spaces:
Running
Running
add smollm3
Browse files
app.py
CHANGED
@@ -68,6 +68,11 @@ AVAILABLE_MODELS = [
|
|
68 |
"name": "Qwen3-235B-A22B",
|
69 |
"id": "Qwen/Qwen3-235B-A22B",
|
70 |
"description": "Qwen3-235B-A22B model for code generation and general tasks"
|
|
|
|
|
|
|
|
|
|
|
71 |
}
|
72 |
]
|
73 |
|
|
|
68 |
"name": "Qwen3-235B-A22B",
|
69 |
"id": "Qwen/Qwen3-235B-A22B",
|
70 |
"description": "Qwen3-235B-A22B model for code generation and general tasks"
|
71 |
+
},
|
72 |
+
{
|
73 |
+
"name": "SmolLM3-3B",
|
74 |
+
"id": "HuggingFaceTB/SmolLM3-3B",
|
75 |
+
"description": "SmolLM3-3B model for code generation and general tasks"
|
76 |
}
|
77 |
]
|
78 |
|