mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 02:34:29 +00:00
fix code check
This commit is contained in:
parent
38de64e1cf
commit
54aa100b47
1 changed files with 1 additions and 0 deletions
|
@ -723,6 +723,7 @@ async def update_key_fn(
|
|||
- config: Optional[dict] - [DEPRECATED PARAM] Key-specific config.
|
||||
- temp_budget_increase: Optional[float] - Temporary budget increase for the key (Enterprise only).
|
||||
- temp_budget_expiry: Optional[str] - Expiry time for the temporary budget increase (Enterprise only).
|
||||
- allowed_routes: Optional[list] - List of allowed routes for the key. Store the actual route or store a wildcard pattern for a set of routes. Example - ["/chat/completions", "/embeddings", "/keys/*"]
|
||||
|
||||
Example:
|
||||
```bash
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue