text-generation-webui
text-generation-webui copied to clipboard
When using API how to continue the chat session before?
When using API http://0.0.0.0:5000 how to continue the chat session before? Any idea?
I think in that case, keeping up history would depend on the client app used; not sure OTGWUI records anything that comes thru that way. I could be wrong though.
That's because last message is not added to chat_dialogue in completions.py script. I add a bit of code to append it, check on completions.py patch. Check if it helps.