llama-cpp-python icon indicating copy to clipboard operation
llama-cpp-python copied to clipboard

Fix TypeError in low_level chat

Open SagsMug opened this issue 2 years ago • 0 comments

Fixes https://github.com/abetlen/llama-cpp-python/issues/79 I forgot to tokenize the end of text message. Also fixes "n_predict" which didnt handle -1 before, but does now.

SagsMug avatar Apr 17 '23 12:04 SagsMug