Skip to content

Commit f451207

Browse files
Update articles/cognitive-services/openai/concepts/content-filter.md
1 parent d68d47e commit f451207

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cognitive-services/openai/concepts/content-filter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ The table below outlines the various ways content filtering can appear:
245245

246246
As part of your application design you'll need to think carefully on how to maximize the benefits of your applications while minimizing the harms. Consider the following best practices:
247247

248-
- How you want to handle scenarios where your users send inappropriate or misuse your application. Check the finish_reason to see if the generation is filtered.
248+
- How you want to handle scenarios where your users send inappropriate input or misuse your application. Check the finish_reason to see if the generation is filtered.
249249
- If it's critical that the content filters run on your generations, check that there's no `error` object in the `content_filter_result`.
250250
- To help with monitoring for possible misuse, applications serving multiple end-users should pass the `user` parameter with each API call. The `user` should be a unique identifier for the end-user. Don't send any actual user identifiable information as the value.
251251

0 commit comments

Comments
 (0)