gateway: add local backend update action
This commit is contained in:
@@ -384,7 +384,11 @@ Return status for user-level local LLM backend daemons (for example `ollama.serv
|
||||
|
||||
#### `system.localBackendControl`
|
||||
|
||||
Control a local backend daemon (`start`, `restart`, `stop`).
|
||||
Control a local backend daemon (`start`, `restart`, `stop`, `update`).
|
||||
|
||||
- `update` semantics:
|
||||
- `ollama`: pulls configured Ollama models (tiers/local providers + embedding/audio models) via `ollama pull`.
|
||||
- `llamacpp`: performs a safe service restart (model file refresh remains external to Flynn).
|
||||
|
||||
**Request:**
|
||||
```json
|
||||
|
||||
Reference in New Issue
Block a user