forked from phoenix/litellm-mirror
fix /anthropic/
This commit is contained in:
parent
ddfe687b13
commit
6e0c000ea9
1 changed files with 4 additions and 0 deletions
|
@ -192,6 +192,10 @@ class RouteChecks:
|
||||||
return True
|
return True
|
||||||
if "/langfuse/" in route:
|
if "/langfuse/" in route:
|
||||||
return True
|
return True
|
||||||
|
if "/anthropic/" in route:
|
||||||
|
return True
|
||||||
|
if "/azure/" in route:
|
||||||
|
return True
|
||||||
return False
|
return False
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue