cmd: ollama config command to help configure integrations to use Ollama (#13712)

This commit is contained in:
Parth Sareen
2026-01-22 23:17:11 -05:00
committed by GitHub
parent 3b3bf6c217
commit 199c41e16e
17 changed files with 4487 additions and 0 deletions

View File

@@ -35,6 +35,7 @@ import (
"golang.org/x/term"
"github.com/ollama/ollama/api"
"github.com/ollama/ollama/cmd/config"
"github.com/ollama/ollama/envconfig"
"github.com/ollama/ollama/format"
"github.com/ollama/ollama/parser"
@@ -2026,6 +2027,7 @@ func NewCLI() *cobra.Command {
copyCmd,
deleteCmd,
runnerCmd,
config.ConfigCmd(checkServerHeartbeat),
)
return rootCmd