dustinblackman / oatmeal

Terminal UI to chat with large language models (LLM) using different model backends, and integrations with your favourite editors!
https://dustinblackman.com/posts/oatmeal/
MIT License
477 stars 23 forks source link

Multiline line prompt #43

Closed jim-at-jibba closed 6 months ago

jim-at-jibba commented 6 months ago

I have a feeling this is a really silly question but I cant figure out how to do multi line prompts. I want to press enter to go to the next line but it just submits the prompt. I have tried various other ways but all submit.

Thanks

dustinblackman commented 6 months ago

Hey there!

This is a dup of https://github.com/dustinblackman/oatmeal/issues/16. I’ve attempted implementing a rough version of it myself, but it ends up being pretty complex.

Gonna close this one, we can continue in the other issue. Thanks!