Skip to content

Commit

Permalink
docs: update README.md (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
eltociear authored Sep 15, 2024
1 parent 250eaac commit 60022d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ String translatedText = audioClient.createTranslation(request);
ModelsClient modelsClient = openAI.modelsClient();
List<Model> models = modelsClient.listModels();
```
- Classifiy if text violates OpenAI's Content Policy
- Classify if text violates OpenAI's Content Policy
```java
ModerationsClient moderationsClient = openAI.moderationsClient();
ModerationRequest request = ModerationRequest.newBuilder()
Expand Down

0 comments on commit 60022d2

Please sign in to comment.