Spaces:
Sleeping
Sleeping
Update routes.chat.json
Browse files- routes.chat.json +4 -4
routes.chat.json
CHANGED
|
@@ -10,14 +10,14 @@
|
|
| 10 |
"primary_model": "Qwen/Qwen3-1.7B"
|
| 11 |
},
|
| 12 |
{
|
| 13 |
-
"name": "
|
| 14 |
"primary_model": "code-writing-agent-without-tools",
|
| 15 |
-
"description": "
|
| 16 |
},
|
| 17 |
{
|
| 18 |
-
"name": "
|
| 19 |
"primary_model": "code-writing-agent-with-search",
|
| 20 |
-
"description": "
|
| 21 |
},
|
| 22 |
{
|
| 23 |
"name": "beam_design",
|
|
|
|
| 10 |
"primary_model": "Qwen/Qwen3-1.7B"
|
| 11 |
},
|
| 12 |
{
|
| 13 |
+
"name": "mathematical_questions",
|
| 14 |
"primary_model": "code-writing-agent-without-tools",
|
| 15 |
+
"description": "An agent that can use Python programming to answer questions"
|
| 16 |
},
|
| 17 |
{
|
| 18 |
+
"name": "mathematical_questions_with_search",
|
| 19 |
"primary_model": "code-writing-agent-with-search",
|
| 20 |
+
"description": "An agent that can use Python programming and search to answer questions"
|
| 21 |
},
|
| 22 |
{
|
| 23 |
"name": "beam_design",
|