cmd: ollama launch pi (#14084)

This commit is contained in:
Parth Sareen
2026-02-09 22:07:41 -05:00
committed by GitHub
parent aea316f1e9
commit 5ef04dab52
4 changed files with 1073 additions and 0 deletions

View File

@@ -60,6 +60,7 @@ var integrations = map[string]Runner{
"droid": &Droid{},
"opencode": &OpenCode{},
"openclaw": &Openclaw{},
"pi": &Pi{},
}
// recommendedModels are shown when the user has no models or as suggestions.