LLMUnity icon indicating copy to clipboard operation
LLMUnity copied to clipboard

Persist user interaction to disk so that it can be continued

Open amakropoulos opened this issue 2 years ago • 1 comments

llama.cpp allows to store the conversation along with the processed tokens to disk so that the interaction can be resumed at the next run. Purpose of this feature is to enable this functionality in LLMUnity.

amakropoulos avatar Jan 09 '24 11:01 amakropoulos

This is blocked at the moment as the llama.cpp server doesn't expose this functionality

amakropoulos avatar Feb 20 '24 09:02 amakropoulos