From fd37bc8f8400ce98baf601dcc9b66e14f2618382 Mon Sep 17 00:00:00 2001 From: Chris McMaster Date: Wed, 20 Nov 2024 11:51:18 +1100 Subject: [PATCH] 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 --- fastmlx/tools/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastmlx/tools/config.json b/fastmlx/tools/config.json index 9ce6a603..24c13692 100644 --- a/fastmlx/tools/config.json +++ b/fastmlx/tools/config.json @@ -22,7 +22,7 @@ "tool_role": "tool" }, "default": { - "prompt_template": "llama3_1.j2", + "prompt_template": "llama-3_1.j2", "parallel_tool_calling": false } }