Prerequisites
Feature Description
It would be great if there was a way to have dynamic content in the llama-server WebUI System Prompt. So that things such as {{ date }} could be added dynamically into the prompt so the LLM is grounded on what the current date is.
An alternative would be a simple MCP tool to get the current date, but this adds extra turns that for something somewhat static could just be dynamically added there.
Motivation
allows the LLM to be grounded on what the current date or other information is that changes occasionally without editing the prompt each day / time the data changes or adding tools to get this info on every conversation.
Possible Implementation
No response
Prerequisites
Feature Description
It would be great if there was a way to have dynamic content in the llama-server WebUI System Prompt. So that things such as
{{ date }}could be added dynamically into the prompt so the LLM is grounded on what the current date is.An alternative would be a simple MCP tool to get the current date, but this adds extra turns that for something somewhat static could just be dynamically added there.
Motivation
allows the LLM to be grounded on what the current date or other information is that changes occasionally without editing the prompt each day / time the data changes or adding tools to get this info on every conversation.
Possible Implementation
No response