From 816da99e6b4f276e9a3e44202bbd870be3fbeb45 Mon Sep 17 00:00:00 2001 From: Roger Date: Wed, 6 Dec 2023 14:49:25 -0800 Subject: [PATCH] Publish version 1.8 --- OpenAI_API/OpenAI_API.csproj | 16 +++++----------- README.md | 4 ++-- 2 files changed, 7 insertions(+), 13 deletions(-) diff --git a/OpenAI_API/OpenAI_API.csproj b/OpenAI_API/OpenAI_API.csproj index a9ed48d..277b7fa 100644 --- a/OpenAI_API/OpenAI_API.csproj +++ b/OpenAI_API/OpenAI_API.csproj @@ -6,20 +6,18 @@ true OkGoDoIt (Roger Pincombe) OpenAI API - A simple C# / .NET library to use with OpenAI's GPT-3 API, as well as ChatGPT, GPT-4, DALLĀ·E, etc. Independently developed, this is not an official library and I am not affiliated with OpenAI. An OpenAI or Azure OpenAI account is required. + A simple C# / .NET library to use with OpenAI's APIs, including GPT 3.5, GPT 4, ChatGPT, DALL-E, etc. Independently developed, this is not an official library and I am not affiliated with OpenAI. An OpenAI or Azure OpenAI account is required. This library is licensed CC-0, in the public domain CC0-1.0 https://github.com/OkGoDoIt/OpenAI-API-dotnet https://github.com/OkGoDoIt/OpenAI-API-dotnet OpenAI, AI, ML, API, ChatGPT, DALLE, GPT3, GPT-3, GPT4, GPT-4, DALL-E OpenAI API - - Added support for GPT4, streaming conversations with ChatGPT, IHttpClientFactory, and various bug fixes. - + Added and updated models as of December 6, 2023, including the new GPT 4 Turbo and DALL-E 3. (Support for vision, text-to-speech, and all the new features shown at OpenAI DevDay will be coming soon, but are not yet implemented.) OpenAI - 1.7.2 - 1.7.2.0 - 1.7.2.0 + 1.8 + 1.8.0.0 + 1.8.0.0 True README.md True @@ -49,10 +47,6 @@ \ - - - - diff --git a/README.md b/README.md index 4e6f108..5aab622 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# C#/.NET SDK for accessing the OpenAI API's, including GPT-3.5/4, GPT-3.5/4-Turbo, and DALL-E 2/3 +# C#/.NET SDK for accessing the OpenAI APIs, including GPT-3.5/4, GPT-3.5/4-Turbo, and DALL-E 2/3 A simple C# .NET wrapper library to use with OpenAI's API. More context [on my blog](https://rogerpincombe.com/openai-dotnet-api). This is an unofficial wrapper library around the OpenAI API. I am not affiliated with OpenAI and this library is not endorsed or supported by them. @@ -33,7 +33,7 @@ Console.WriteLine(result); ## Status [![OpenAI](https://badgen.net/nuget/v/OpenAI)](https://www.nuget.org/packages/OpenAI/) -Added and updated models as of December 6, 2023, including the new GPT 4 Turbo and DALLE-3. Support for vision, text-to-speech, and all the new features shown at OpenAI DevDay will be coming soon, but are not yet implemented. +Added and updated models as of December 6, 2023, including the new GPT 4 Turbo and DALL-E 3. Support for vision, text-to-speech, and all the new features shown at OpenAI DevDay will be coming soon, but are not yet implemented. ## Requirements