update tool call tag reference in the chat_template system prompt
#7
by
tsjohnso
- opened
The chat template instructs the model to repsond with the <|tool_call|>
special token but it actually responds with the string<tool_call>
to signal the start of the function JSON. This can be confusing, so the PR updates the chat template to use <tool_call>
instead of <|tool_call|>
in the instructions.