Update main.cpp
Wording.
This commit is contained in:
parent
b646ffa1b1
commit
e9f77473dc
1 changed files with 1 additions and 1 deletions
2
main.cpp
2
main.cpp
|
@ -906,7 +906,7 @@ int main(int argc, char ** argv) {
|
||||||
|
|
||||||
if(params.antiprompt.size()) {
|
if(params.antiprompt.size()) {
|
||||||
for (auto antiprompt : params.antiprompt) {
|
for (auto antiprompt : params.antiprompt) {
|
||||||
fprintf(stderr, "Antiprompt: %s\n", antiprompt);
|
fprintf(stderr, "Reverse prompt: %s\n", antiprompt);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue