Skip to content

Commit

Permalink
Minor fix to readme and xml documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
OkGoDoIt committed Mar 8, 2023
1 parent 290b2d6 commit cad3ad3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion OpenAI_API/Moderation/ModerationEndpoint.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public class ModerationEndpoint : EndpointBase
protected override string Endpoint { get { return "moderations"; } }

/// <summary>
/// Constructor of the api endpoint. Rather than instantiating this yourself, access it through an instance of <see cref="OpenAIAPI"/> as <see cref="OpenAIAPI.Moderations"/>.
/// Constructor of the api endpoint. Rather than instantiating this yourself, access it through an instance of <see cref="OpenAIAPI"/> as <see cref="OpenAIAPI.Moderation"/>.
/// </summary>
/// <param name="api"></param>
internal ModerationEndpoint(OpenAIAPI api) : base(api) { }
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Console.WriteLine(result);
* [License](#license)

## Status
Added support for DALL-E 2 image generations.
Added support for DALL-E 2 image generations and the moderation endpoint.

Now also should work with the Azure OpenAI Service, although this is untested. See the [Azure](#azure) section for further details.

Expand Down

0 comments on commit cad3ad3

Please sign in to comment.