mirror of
https://github.com/ollama/ollama.git
synced 2026-03-27 02:58:43 +07:00
10 lines
98 B
Go
10 lines
98 B
Go
package main
|
|
|
|
import (
|
|
"github.com/ollama/ollama/cmd"
|
|
)
|
|
|
|
func main() {
|
|
cmd.NewCLI().Execute()
|
|
}
|