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!
- How can I auto pss the date in when loading the model (or just after).
- How can I see the list of all the hardcoded variables in the model ?
Thanks.