Skip to content

Commit 39827ac

Browse files
committed
fix indent
1 parent f41484e commit 39827ac

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/en/latest/plugins/ai-prompt-guard.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,14 @@ curl "http://127.0.0.1:9180/apisix/admin/routes/1" -X PUT \
5252
-d '{
5353
"uri": "/v1/chat/completions",
5454
"plugins": {
55-
"ai-prompt-guard": {
56-
"match_all_roles": true,
57-
"allow_patterns": [
58-
"goodword"
59-
],
60-
"deny_patterns": [
61-
"badword"
62-
]
55+
"ai-prompt-guard": {
56+
"match_all_roles": true,
57+
"allow_patterns": [
58+
"goodword"
59+
],
60+
"deny_patterns": [
61+
"badword"
62+
]
6363
}
6464
},
6565
"upstream": {

0 commit comments

Comments
 (0)