mirror of
https://github.com/ollama/ollama.git
synced 2025-04-01 16:38:50 +02:00
10 lines
98 B
Go
10 lines
98 B
Go
package main
|
|
|
|
import (
|
|
"github.com/ollama/ollama/cmd"
|
|
)
|
|
|
|
func main() {
|
|
cmd.NewCLI().Execute()
|
|
}
|