Fix Only allowed to call routes: ['llm_api_routes']. Tried to call route: /batches/bGl0ZWxsbV9wcm/cancel

This commit is contained in:
Sameer Kankute 2026-01-29 11:42:49 +05:30
parent 70684ca86f
commit 654edbd15c

View file

@ -293,6 +293,8 @@ class LiteLLMRoutes(enum.Enum):
"/batches",
"/v1/batches/{batch_id}",
"/batches/{batch_id}",
"/v1/batches/{batch_id}/cancel",
"/batches/{batch_id}/cancel",
# files
"/v1/files",
"/files",