mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 19:24:27 +00:00
fix make lakera ai free guardrail
This commit is contained in:
parent
4665487558
commit
9d809e8404
4 changed files with 30 additions and 26 deletions
|
@ -49,8 +49,6 @@ class AporiaGuardrail(CustomGuardrail):
|
|||
)
|
||||
self.aporia_api_key = api_key or os.environ["APORIO_API_KEY"]
|
||||
self.aporia_api_base = api_base or os.environ["APORIO_API_BASE"]
|
||||
self.event_hook: GuardrailEventHooks
|
||||
|
||||
super().__init__(**kwargs)
|
||||
|
||||
#### CALL HOOKS - proxy only ####
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue