DannyDaemonic
DannyDaemonic
No, nothing has changed. You can use [f9a6364](https://github.com/ggerganov/llama.cpp/releases/tag/master-f9a6364) in the meantime.
Yes, thank you. `f9a6364` is the one right before `41654ef`. So that's the latest one without the arrow keys. You can use that one in the meantime if you want...
@maddes8cht I would love to make it use `Shift-Enter`! It seems in a terminal/console, `Enter` comes across as `\n` whether or not you're holding shift. There might be some hacks...
@patrakov Finding two `\n` in a row is also extremely common in code. Even in this project it happens in every source file. Three is probably safer, but it's also...
I would imagine it's also not uncommon to have two enters in a row outside of a code block as well. (If you're manually using an alpaca instruct model, it...
Hmm, interesting approach, but it will trigger when someone pastes text into the terminal. Two `Enter`s would happen almost instantly. I'm softening on the `Ctrl-D` idea but I still wonder...
Yeah, sorry. I caught COVID. I'm not dying or anything but it takes a lot out of me. It's still in my plans though. So don't worry, I haven't forgotten!
Sorry, there's a not on github but it probably didn't go to your email. You can try out the patch at #1558. If you're only using the precompiled versions you'll...
You can combine multiline with `--simple-io`, but you loose the cleaness of the look. It will work though. I also have a future PR that adds the arrows/controls back in...
Yeah, it has to be approved first. There's a bit of a process involved.