|
|
|
|
|
by josefcub
70 days ago
|
|
Try charmbracelet's crush, found here: https://github.com/charmbracelet/crush Crush is pretty new, but getting better all the time. It's written in Go, so no node hijinks to get it working. It works fine with my ollama or llama-server localhost endpoints, and I've used it to make up a couple of internal projects without any issues. It does have internal telemetry and such (including updating its list of external models it can use) that can be turned off in the crush.json configuration file. If you're on a Mac, you can install via homebrew or use the more traditional route via Github. |
|
Regarding local models, can it use them? I found this discussion:
https://github.com/charmbracelet/crush/discussions/775
I didn't appreciate the meow maintainer's attitude converting it into a discussion and ignoring the issue even to this day.
"It does have internal telemetry and such (including updating its list of external models it can use) that can be turned off in the crush.json configuration file."
Is there a page or guide which explains the telemetry and any internet connected settings?
Forgot to add, I use Linux.