Skip to content

Commit 57968cb

Browse files
committed
Fix DALL·E to DALL-E
1 parent 394e913 commit 57968cb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# C#/.NET SDK for accessing the OpenAI GPT-3 API, ChatGPT, and DALL·E 2
1+
# C#/.NET SDK for accessing the OpenAI GPT-3 API, ChatGPT, and DALL-E 2
22

33
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).
44

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

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

34-
Added support for ChatGPT, DALL·E 2 image generations, and the moderation endpoint.
34+
Added support for ChatGPT, DALLE 2 image generations, and the moderation endpoint.
3535

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

0 commit comments

Comments
 (0)