mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
fix if "/openai/" in route:
This commit is contained in:
parent
68316994dd
commit
0d2fac7182
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
Add a link
Reference in a new issue