llama_cpp_dart
llama_cpp_dart copied to clipboard
Why does _processNextPrompt call _reset()? that destroys the context.
why does _processNextPrompt call _reset()? that destroys the context. My second prompt had no info on the previous prompt and it didn't work.
sorry, just design choice to have stateless library, context to be hold in history or using context cache