gpt4all
gpt4all copied to clipboard
How to send history using python binding?
Can anyone share the format for sending previous conversation. Also, I was not able to find sample format for conversations. Like prompt, user, bot.
there are a thousand ways of doing this, but you must be using the pyllamacpp.
You can pass the parameter interactive=True, but there are better ways to do that like create a context summary of the conversation, not just send the whole conversation per each input because of token limits.
Is there an example?
Stale, please open a new issue if this is still relevant.