Replies: 1 comment 3 replies
|
Hmmmm good point... You can do this kinda thing in RamaLama: A lot of this command prompt logic is gonna change soon in: Which will change the prompt from using linenoise.cpp to https://docs.python.org/3/library/cmd.html But I think python's cmd default is to treat a new line like an Enter... Likely we can change this default behaviour in python's cmd, we've changed it's default behaviour for a few things already, it's the RamaLamaShell class: Another thing that can be done is OpenWebUI or AnythingLLM can be connected to |
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.
Uh oh!
There was an error while loading. Please reload this page.
I'm sure I'm missing something obvious here, but... how do I actually pass multiple lines to the prompt? I tried with
\or doing a block copy and paste, but ramalama just passes the line to the model immediately after the first line. This makes it impossible to pass e.g. a block of code.All reactions