Skip to content

Commit fd37bc8

Browse files
authored
Fixed default prompt template in config.json (#38)
llama3_1.j2 changed to llama-3_1.j2 so it doesn't throw an error when trying to use the default template
1 parent c7f48ba commit fd37bc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fastmlx/tools/config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"tool_role": "tool"
2323
},
2424
"default": {
25-
"prompt_template": "llama3_1.j2",
25+
"prompt_template": "llama-3_1.j2",
2626
"parallel_tool_calling": false
2727
}
2828
}

0 commit comments

Comments
 (0)