ccm commited on
Commit
5ebd610
·
verified ·
1 Parent(s): 16b8103

Update routes.chat.json

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