Skip to content

Commit e853de9

Browse files
YilialinnCopilot
andauthored
Update docs/en/latest/plugins/ai-aws-content-moderation.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent e8ae627 commit e853de9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/en/latest/plugins/ai-aws-content-moderation.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,9 @@ curl "http://127.0.0.1:9180/apisix/admin/routes/1" -X PUT \
351351
"Authorization": "Bearer '"$OPENAI_API_KEY"'"
352352
}
353353
},
354-
"model": "gpt-4"
354+
"options": {
355+
"model": "gpt-4"
356+
}
355357
}
356358
}
357359
}'

0 commit comments

Comments
 (0)