You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -369,6 +369,10 @@ customization:
369
369
disable_query_system_prompt: true
370
370
```
371
371
372
+
### Control model/provider overrides via authorization
373
+
374
+
By default, clients may specify `model` and `provider` in `/v1/query` and `/v1/streaming_query`. Override is permitted only to callers granted the `MODEL_OVERRIDE` action via the authorization rules. Requests that include `model` or `provider` without this permission are rejected with HTTP 403.
375
+
372
376
## Safety Shields
373
377
374
378
A single Llama Stack configuration file can include multiple safety shields, which are utilized in agent
0 commit comments