llama-cpp-python
llama-cpp-python copied to clipboard
Fix TypeError in low_level chat
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.