mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
fix if "/openai/" in route:
This commit is contained in:
parent
e1cea66fa1
commit
4691d4df91
1 changed files with 2 additions and 0 deletions
|
|
@ -192,6 +192,8 @@ class RouteChecks:
|
|||
return True
|
||||
if "/azure/" in route:
|
||||
return True
|
||||
if "/openai/" in route:
|
||||
return True
|
||||
return False
|
||||
|
||||
@staticmethod
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue