mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
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
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Reference in a new issue