File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 595
595
}
596
596
},
597
597
{
598
- "name" : " Model whitelisting " ,
598
+ "name" : " Allowed Models " ,
599
599
"id" : " modelwhitelist" ,
600
600
"type" : " guardrail" ,
601
601
"supportedHooks" : [" beforeRequestHook" ],
602
602
"description" : [
603
603
{
604
604
"type" : " subHeading" ,
605
- "text" : " Check if the model in the request is part of the allowed model list."
605
+ "text" : " Blocks any request whose model isn’t on this list."
606
606
}
607
607
],
608
608
"parameters" : {
614
614
"description" : [
615
615
{
616
616
"type" : " subHeading" ,
617
- "text" : " Enter the allowed models."
617
+ "text" : " Enter the allowed models. e.g. gpt-4o, llama-3-70b, mixtral-8x7b "
618
618
}
619
619
],
620
620
"items" : {
627
627
"description" : [
628
628
{
629
629
"type" : " subHeading" ,
630
- "text" : " If true, the verdict will be true when model is not in the list "
630
+ "text" : " When on, any model in the list is blocked instead of allowed. "
631
631
}
632
632
],
633
633
"default" : false
You can’t perform that action at this time.
0 commit comments