fix make lakera ai free guardrail

This commit is contained in:
Ishaan Jaff 2024-08-20 14:03:22 -07:00
parent 4665487558
commit 9d809e8404
4 changed files with 30 additions and 26 deletions

View file

@ -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 ####