mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-08 22:21:35 +00:00
allow /containers/* API
This commit is contained in:
parent
271aba7654
commit
c75050d17b
1 changed files with 4 additions and 0 deletions
|
|
@ -360,6 +360,10 @@ class LiteLLMRoutes(enum.Enum):
|
|||
# OCR
|
||||
"/ocr",
|
||||
"/v1/ocr",
|
||||
|
||||
# containers API
|
||||
"/containers/*",
|
||||
"/v1/containers/*",
|
||||
]
|
||||
|
||||
mapped_pass_through_routes = [
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue