Fix Only allowed to call routes: ['llm_api_routes']. Tried to call route: /batches/bGl0ZWxsbV9wcm/cancel
This commit is contained in:
parent
70684ca86f
commit
654edbd15c
@ -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",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user