Set variables like [current date]

Hi,

Am using llama2 locally via LM Studio, and I would like to prepoulate some values, for example todays date. Currently when I ask

Me: what is todays date
LLM : Hi there! Today’s date is [current date]. I hope you have a great day today! If you have any other questions, feel free to ask!

  1. How can I auto pss the date in when loading the model (or just after).
  2. How can I see the list of all the hardcoded variables in the model ?

Thanks.

OK,

I can see that I can use the Hello! prompt, for example

USER> Hello! Set the date to January 1st, 2023.

LLaMA> The current date is now January 1st, 2023.

Is there a way to get a list of all these hard coded variables, so I can set them all each time I start the model ?