Skip to content

Commit 6795e96

Browse files
authored
Merge pull request #1144 from vrushankportkey/main
fix: Rename Model Whitelist to Allowed Models
2 parents 27580af + f519a9c commit 6795e96

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

plugins/default/manifest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -595,14 +595,14 @@
595595
}
596596
},
597597
{
598-
"name": "Model whitelisting",
598+
"name": "Allowed Models",
599599
"id": "modelwhitelist",
600600
"type": "guardrail",
601601
"supportedHooks": ["beforeRequestHook"],
602602
"description": [
603603
{
604604
"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."
606606
}
607607
],
608608
"parameters": {
@@ -614,7 +614,7 @@
614614
"description": [
615615
{
616616
"type": "subHeading",
617-
"text": "Enter the allowed models."
617+
"text": "Enter the allowed models. e.g. gpt-4o, llama-3-70b, mixtral-8x7b"
618618
}
619619
],
620620
"items": {
@@ -627,7 +627,7 @@
627627
"description": [
628628
{
629629
"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."
631631
}
632632
],
633633
"default": false

0 commit comments

Comments
 (0)