Skip to content

Commit 168d925

Browse files
Update manifest.json
1 parent 5d38440 commit 168d925

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
@@ -602,7 +602,7 @@
602602
"description": [
603603
{
604604
"type": "subHeading",
605-
"text": "Allow requests only when the model is in the provided list."
605+
"text": "Blocks any request whose model isn’t on this list."
606606
}
607607
],
608608
"parameters": {
@@ -613,8 +613,8 @@
613613
"label": "Model list",
614614
"description": [
615615
{
616-
"type": "text",
617-
"text": "e.g. gpt-4o, llama-3-70b, mixtral-8x7b"
616+
"type": "subHeading",
617+
"text": "Enter the allowed models. e.g. gpt-4o, llama-3-70b, mixtral-8x7b"
618618
}
619619
],
620620
"items": {
@@ -626,7 +626,7 @@
626626
"label": "Invert Model Check",
627627
"description": [
628628
{
629-
"type": "text",
629+
"type": "subHeading",
630630
"text": "When on, any model in the list is blocked instead of allowed."
631631
}
632632
],

0 commit comments

Comments
 (0)