Drop trailing new line from file prompts (#80)
This commit is contained in:
parent
a4e63b73df
commit
70f01cb863
2 changed files with 3 additions and 1 deletions
1
main.cpp
1
main.cpp
|
@ -850,7 +850,6 @@ int main(int argc, char ** argv) {
|
|||
|
||||
// in instruct mode, we inject a prefix and a suffix to each input by the user
|
||||
if (params.instruct) {
|
||||
fprintf(stderr, "== Instruction mode enabled ==\n");
|
||||
params.interactive = true;
|
||||
params.antiprompt = "### Instruction:\n\n";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue