bugfix: default should not be interactive (#304)

llama-patch-enable-fma-msvc master-da5303c
cocktailpeanut 3 years ago committed by GitHub
parent 4545539d71
commit da5303c1ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -867,7 +867,7 @@ int main(int argc, char ** argv) {
}
// enable interactive mode if reverse prompt is specified
if (!antipromptv_inp.size()) {
if (antipromptv_inp.size() != 0) {
params.interactive = true;
}

Loading…
Cancel
Save