mirror of
https://github.com/katanemo/plano.git
synced 2026-05-02 20:32:42 +02:00
improve response handling (#71)
This commit is contained in:
parent
79b1c5415f
commit
eff4cd9826
7 changed files with 51 additions and 51 deletions
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue