package main import ( "github.com/jmorganca/ollama/cmd" ) func main() { cmd.NewCLI().Execute() }