mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 03:34:10 +00:00
rename Aporia Guardrail
This commit is contained in:
parent
5c1a5978f9
commit
7bffe2a0fa
5 changed files with 12 additions and 11 deletions
|
@ -40,7 +40,7 @@ litellm.set_verbose = True
|
|||
GUARDRAIL_NAME = "aporia"
|
||||
|
||||
|
||||
class _ENTERPRISE_Aporia(CustomGuardrail):
|
||||
class AporiaGuardrail(CustomGuardrail):
|
||||
def __init__(
|
||||
self, api_key: Optional[str] = None, api_base: Optional[str] = None, **kwargs
|
||||
):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue