Way to disable date-dependent formatting in `chat_template`?
#144
by
chrisjcundy
- opened
At the moment, using the apply_chat_template
method adds the current date to the system prompt.
This adds a non-intuitive dependence on the current date for the model outputs.
Is there a way to disable adding the date, apart from not using apply_chat_template
?