Add chat_template.jinja and chat_template_original.jinja
#3
by dkalinow - opened
This chat template is supposed to be used by OVMS in agentic scenarios:
https://docs.openvino.ai/2026/model-server/ovms_demos_continuous_batching_agent.html#deploying-on-windows-with-gpu
Without this chat template the model doesnt see tools at all (it is not rendered by original chat template).
The original chat template was taken from tokenizer_config.json which is default behavior for bare GenAI apps.
Keeping it under chat_template_origina.jinja, OVMS loads correct chat_template.jinja.
sylwia-kuros changed pull request status to merged