Skip to content

Commit f915219

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

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,9 @@ curl "http://127.0.0.1:9180/apisix/admin/routes/1" -X PUT \
353353
"Authorization": "Bearer '"$OPENAI_API_KEY"'"
354354
}
355355
},
356-
"model": "gpt-4"
356+
"options": {
357+
"model": "gpt-4"
358+
}
357359
}
358360
}
359361
}'

0 commit comments

Comments
 (0)