mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 10:44:24 +00:00
LITELLM_METADATA_ROUTES
This commit is contained in:
parent
c82ef41dc4
commit
28bcbe0fb1
1 changed files with 3 additions and 1 deletions
|
@ -62,8 +62,10 @@ def _get_metadata_variable_name(request: Request) -> str:
|
|||
"""
|
||||
if RouteChecks._is_assistants_api_request(request):
|
||||
return "litellm_metadata"
|
||||
|
||||
LITELLM_METADATA_ROUTES = [
|
||||
"batches" "/v1/messages",
|
||||
"batches",
|
||||
"/v1/messages",
|
||||
"responses",
|
||||
]
|
||||
if any(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue