File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
2
2
3
3
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 ) .
4
4
@@ -23,15 +23,15 @@ Console.WriteLine(result);
23
23
* [ Embeddings API] ( #embeddings )
24
24
* [ Moderation API] ( #moderation )
25
25
* [ Files API] ( #files-for-fine-tuning )
26
- * [ Image APIs (DALL· E)] ( #images )
26
+ * [ Image APIs (DALL- E)] ( #images )
27
27
* [ Azure] ( #azure )
28
28
* [ Additonal Documentation] ( #documentation )
29
29
* [ License] ( #license )
30
30
31
31
## Status
32
32
[ ![ OpenAI] ( https://badgen.net/nuget/v/OpenAI )] ( https://www.nuget.org/packages/OpenAI/ )
33
33
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.
35
35
36
36
Now also should work with the Azure OpenAI Service, although this is untested. See the [ Azure] ( #azure ) section for further details.
37
37
You can’t perform that action at this time.
0 commit comments