Skip to content

Commit

Permalink
Fix DALL·E to DALL-E
Browse files Browse the repository at this point in the history
  • Loading branch information
OkGoDoIt committed Mar 9, 2023
1 parent 394e913 commit 57968cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# C#/.NET SDK for accessing the OpenAI GPT-3 API, ChatGPT, and DALL·E 2
# C#/.NET SDK for accessing the OpenAI GPT-3 API, ChatGPT, and DALL-E 2

A simple C# .NET wrapper library to use with OpenAI's GPT-3 API. More context [on my blog](https://rogerpincombe.com/openai-dotnet-api).

Expand All @@ -23,15 +23,15 @@ Console.WriteLine(result);
* [Embeddings API](#embeddings)
* [Moderation API](#moderation)
* [Files API](#files-for-fine-tuning)
* [Image APIs (DALL·E)](#images)
* [Image APIs (DALL-E)](#images)
* [Azure](#azure)
* [Additonal Documentation](#documentation)
* [License](#license)

## Status
[![OpenAI](https://badgen.net/nuget/v/OpenAI)](https://www.nuget.org/packages/OpenAI/)

Added support for ChatGPT, DALL·E 2 image generations, and the moderation endpoint.
Added support for ChatGPT, DALLE 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 57968cb

Please sign in to comment.