Closed
Description
Name and Version
version: 4837 (e721c05)
built with cc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 for x86_64-linux-gnu
Operating systems
Linux
Which llama.cpp modules do you know to be affected?
llama-cli
Command line
Problem description & steps to reproduce
Following commit 45a8e76 (release b4797), --system-prompt
/-sys
has now been introduced to use a system prompt. This is something I appreciate as it clarifies the command line somewhat.
However I have my system prompt in a file that I load with --file
. This previously allowed me to update the prompt without having to retest the whole code.
There does not seem to be an equivalent for --system-prompt
/-sys
according to the --help
information.
For additional context, --file
used to load the contents of the file as a prompt, the first of which would be treated as a system prompt.
First Bad Commit
No response