Skip to content

Commit

Permalink
sort
Browse files Browse the repository at this point in the history
  • Loading branch information
Blaizzy committed Aug 6, 2024
1 parent e5d13f5 commit 4d09662
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions fastmlx/tools/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,17 @@
"parallel_tool_calling": true,
"tool_role": "tool"
},
"command-r-plus": {
"prompt_template": "command-r-plus.j2",
"parallel_tool_calling": true,
"tool_role": "tool"
},
"llama-3_1": {
"prompt_template": "llama-3_1.j2",
"parallel_tool_calling": true,
"eom_token": ["<|eom_id|>"],
"tool_role": "ipython"
},
"command-r-plus": {
"prompt_template": "command-r-plus.j2",
"parallel_tool_calling": true,
"tool_role": "tool"
},

"xlam": {
"prompt_template": "xlam.j2",
"parallel_tool_calling": true,
Expand Down

0 comments on commit 4d09662

Please sign in to comment.