mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
Update docs/my-website/docs/proxy/request_tags.md
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
parent
eb5214ee76
commit
36f8f6364a
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,7 @@ curl -X POST 'http://0.0.0.0:4000/chat/completions' \
|
|||
The `tags` field must be an array of strings.
|
||||
|
||||
:::info
|
||||
When tags are provided via header or request body, they override any tags configured in the model deployment.
|
||||
When tags are provided via header or request body, they override any tags configured in the model deployment. If both header and body tags are provided, body tags take precedence.
|
||||
:::
|
||||
|
||||
## Set Tags on Keys or Teams
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue