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?

I manually write chat prompt without date.

<|begin_of_text|><|start_header_id|>user<|end_header_id|>

What is the capital of France?<|eot_id|><|start_header_id|>assistant<|end_header_id|>

Sign up or log in to comment