thomasantony / llamacpp-python

Python bindings for llama.cpp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Clean up llamacpp-chat interface

thomasantony opened this issue · comments

Make it look as nice as the llama.cpp interface, with terminal colors and everything. The ideal version should be runnable as just llamacpp-chat -m <path-to-model>.

@thomasantony Does chat work now?