-
Notifications
You must be signed in to change notification settings - Fork 369
Conversation
Thanks a lot! 😄 I took the liberty to cleanup things a bit since we've been merging some breaking changes. I think having the alpaca prompt is great, but we should make this configurable, so I changed a bit how the command works: Instead of ignoring the prompt, we take any prompt string using the usual args (-p, -f). And replace the string Then, I added an
I also made it so that the original prompt isn't spit back to you, and instead a little spinner is shown while the prompt is being parsed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Sorry for the noob question, empty prompt (hitting return at |
Yup - at each step of the LLM, it produces a list of probabilities, and it will sample from that list to produce different outputs. If you'd like to fix the results, you can use a specific |
A working REPL prototype with the alpaca prompt. Not sure if we want the alpaca there 🤔