Skip to content

Commit 2bf9eed

Browse files
authored
Merge pull request #108095 from rcabr/patch-7
Update content-filter.md: corrected two words: "inappropriate" and "misuse"
2 parents afd9b4e + f451207 commit 2bf9eed

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 in-appropriate or miss-use 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)