improve response handling (#71)

This commit is contained in:
Adil Hafeez 2024-09-23 22:56:35 -07:00 committed by GitHub
parent 79b1c5415f
commit eff4cd9826
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 51 additions and 51 deletions

View file

@ -62,7 +62,7 @@ if "prompt_guards" in config.keys():
toxic_model = None
guard_handler = GuardHandler(toxic_model, jailbreak_model)
guard_handler = GuardHandler(toxic_model, jailbreak_model)
app = FastAPI()