ollama + pleasantly rendered markdown at the CLI.
- Ollama
- Go (to build/run this, no binaries are offered)
go run main.go
glollama defaults to using the codellama
model. specify any model that ollama support by setting the MODEL
env var: MODEL=llama3 go run main.go