mirror of
https://github.com/ollama/ollama.git
synced 2026-04-18 08:13:29 +02:00
launch: add openclaw channels setup (#15407)
This commit is contained in:
@@ -92,13 +92,7 @@ func init() {
|
||||
return userName, err
|
||||
}
|
||||
|
||||
launch.DefaultConfirmPrompt = func(prompt string) (bool, error) {
|
||||
ok, err := tui.RunConfirm(prompt)
|
||||
if errors.Is(err, tui.ErrCancelled) {
|
||||
return false, launch.ErrCancelled
|
||||
}
|
||||
return ok, err
|
||||
}
|
||||
launch.DefaultConfirmPrompt = tui.RunConfirmWithOptions
|
||||
}
|
||||
|
||||
const ConnectInstructions = "If your browser did not open, navigate to:\n %s\n\n"
|
||||
|
||||
Reference in New Issue
Block a user