Replies: 1 comment 3 replies
-
There's a
I think that'll affect |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to limit generations to a single line. Normally with a chat the reverse prompt is something like "User:" or something of that nature. Then problem I'm having is that some models insert more fluff after the first line. Is there a way to stop generation on a new line? I tried
-r "\n"
and-r "\\n"
but neither seem to work. I'd appreciate any adviceBeta Was this translation helpful? Give feedback.
All reactions