Skip to content

Commit

Permalink
Fixed default prompt template in config.json (#38)
Browse files Browse the repository at this point in the history
llama3_1.j2 changed to llama-3_1.j2 so it doesn't throw an error when trying to use the default template
  • Loading branch information
cmcmaster1 authored Nov 20, 2024
1 parent c7f48ba commit fd37bc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastmlx/tools/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"tool_role": "tool"
},
"default": {
"prompt_template": "llama3_1.j2",
"prompt_template": "llama-3_1.j2",
"parallel_tool_calling": false
}
}
Expand Down

0 comments on commit fd37bc8

Please sign in to comment.