mirror of
https://github.com/ollama/ollama.git
synced 2026-04-21 08:15:42 +02:00
launch: auto-install pi and manage web-search lifecycle (#15118)
This commit is contained in:
@@ -26,6 +26,17 @@ To configure without launching:
|
||||
ollama launch pi --config
|
||||
```
|
||||
|
||||
## Web search
|
||||
|
||||
Pi can use web search and fetch tools via the `@ollama/pi-web-search` package.
|
||||
|
||||
When launching Pi through Ollama, package install/update is managed automatically.
|
||||
To install manually:
|
||||
|
||||
```bash
|
||||
pi install npm:@ollama/pi-web-search
|
||||
```
|
||||
|
||||
### Manual setup
|
||||
|
||||
Add a configuration block to `~/.pi/agent/models.json`:
|
||||
|
||||
Reference in New Issue
Block a user