Skip to content

Commit aa61ccc

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 e853de9 commit aa61ccc

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
@@ -113,7 +113,9 @@ curl "http://127.0.0.1:9180/apisix/admin/routes/1" -X PUT \
113113
"Authorization": "Bearer '"$OPENAI_API_KEY"'"
114114
}
115115
},
116-
"model": "gpt-4"
116+
"options": {
117+
"model": "gpt-4"
118+
}
117119
}
118120
}
119121
}'

0 commit comments

Comments
 (0)