-
Notifications
You must be signed in to change notification settings - Fork 14.3k
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Prerequisites
- I am running the latest code. Mention the version if possible as well.
- I carefully followed the README.md.
- I searched using keywords relevant to my issue to make sure that I am creating a new issue that is not already open (or closed).
- I reviewed the Discussions, and have a new and useful enhancement to share.
Feature Description
When using --jinja, llama-server appends the following system message if tools are supported: Respond in JSON format, either with tool_call (a request to call tools) or with response reply to the user's request. See
Line 849 in 12ee176
| "Respond in JSON format, either with `tool_call` (a request to call tools) or with `response` reply to the user's request"); |
Using a custom system message also doesn't work, as the string always gets appended afterwards.
Could this be made optional? Thanks!
Motivation
I couldn't find this in the docs, and I only saw it via --verbose-prompt --verbose and saw it got appended.
Possible Implementation
No response
teleprint-me and isgallagher
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request