ccm commited on
Commit
ab05f76
·
verified ·
1 Parent(s): d3275d4

Update routes.chat.json

Browse files
Files changed (1) hide show
  1. routes.chat.json +4 -4
routes.chat.json CHANGED
@@ -10,14 +10,14 @@
10
  "primary_model": "Qwen/Qwen3-1.7B"
11
  },
12
  {
13
- "name": "mathematical iteration",
14
  "primary_model": "code-writing-agent-without-tools",
15
- "description": "A code writing agent without any additional tools"
16
  },
17
  {
18
- "name": "mathematical_iteration_with_search",
19
  "primary_model": "code-writing-agent-with-search",
20
- "description": "A code writing agent with a search tool"
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",