Spaces:
Sleeping
Sleeping
Create routes.chat.json
Browse files- routes.chat.json +38 -0
routes.chat.json
ADDED
|
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[
|
| 2 |
+
{
|
| 3 |
+
"name": "casual_conversation",
|
| 4 |
+
"description": "General purpose dialog, fast and cheap",
|
| 5 |
+
"primary_model": "Qwen3-1.7B-nothink",
|
| 6 |
+
"fallback_models": ["Qwen3-1.7B-nothink"]
|
| 7 |
+
},
|
| 8 |
+
{
|
| 9 |
+
"name": "casual_reasoning",
|
| 10 |
+
"description": "General purpose reasoning model for more detailed discussions",
|
| 11 |
+
"primary_model": "Qwen3-1.7B",
|
| 12 |
+
"fallback_models": ["Qwen3-1.7B"]
|
| 13 |
+
},
|
| 14 |
+
{
|
| 15 |
+
"name": "code-writing-agent-without-tools",
|
| 16 |
+
"primary_model": "code-writing-agent-without-tools",
|
| 17 |
+
"description": "A code writing agent without any additional tools",
|
| 18 |
+
"fallback_models": ["Qwen3-1.7B-nothink"]
|
| 19 |
+
},
|
| 20 |
+
{
|
| 21 |
+
"name": "code-writing-agent-with-search",
|
| 22 |
+
"primary_model": "code-writing-agent-with-search",
|
| 23 |
+
"description": "A code writing agent with a search tool",
|
| 24 |
+
"fallback_models": ["Qwen3-1.7B-nothink"]
|
| 25 |
+
},
|
| 26 |
+
{
|
| 27 |
+
"name": "custom-agent-with-beam-design-tools",
|
| 28 |
+
"primary_model": "custom-agent-with-beam-design-tools",
|
| 29 |
+
"description": "An agent that specializes in designing beams using mechanical principles",
|
| 30 |
+
"fallback_models": ["Qwen3-1.7B-nothink"]
|
| 31 |
+
},
|
| 32 |
+
{
|
| 33 |
+
"name": "generator-with-managed-critic",
|
| 34 |
+
"primary_model": "generator-with-managed-critic",
|
| 35 |
+
"description": "An agent that uses a self-reflection pattern to iteratively refine outputs.",
|
| 36 |
+
"fallback_models": ["Qwen3-1.7B-nothink"]
|
| 37 |
+
},
|
| 38 |
+
]
|