set_model_allowlist
Replace the model allowlist with glob patterns to govern which local LLMs are permitted. An empty list grants access to all models.
Instructions
[WRITE][risk=medium] Replace the model allowlist (glob patterns; empty = allow-all).
Args: models: Shell-glob patterns of permitted model names (e.g. ["llama3.", "qwen"]).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| models | Yes |