Skip to content

Commit 8cbba19

Browse files
committed
Version 1.7 release: Added support for GPT4, streaming conversations with ChatGPT, IHttpClientFactory, and numerous bug fixes
1 parent ebecfe7 commit 8cbba19

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

OpenAI_API/OpenAI_API.csproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,20 @@
66
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
77
<Authors>OkGoDoIt (Roger Pincombe)</Authors>
88
<Product>OpenAI API</Product>
9-
<Description>A simple C# / .NET wrapper library to use with OpenAI's GPT-3 API, as well as 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.</Description>
9+
<Description>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.</Description>
1010
<Copyright>This library is licensed CC-0, in the public domain</Copyright>
1111
<PackageLicenseExpression>CC0-1.0</PackageLicenseExpression>
1212
<PackageProjectUrl>https://github.com/OkGoDoIt/OpenAI-API-dotnet</PackageProjectUrl>
1313
<RepositoryUrl>https://github.com/OkGoDoIt/OpenAI-API-dotnet</RepositoryUrl>
14-
<PackageTags>OpenAI, AI, ML, API, ChatGPT, DALLE, GPT3, GPT-3, DALL-E</PackageTags>
14+
<PackageTags>OpenAI, AI, ML, API, ChatGPT, DALLE, GPT3, GPT-3, GPT4, GPT-4, DALL-E</PackageTags>
1515
<Title>OpenAI API</Title>
1616
<PackageReleaseNotes>
17-
Added support for ChatGPT, DALL·E image generations, and the moderation endpoint.
17+
Added support for GPT4, streaming conversations with ChatGPT, IHttpClientFactory, and numerous bug fixes.
1818
</PackageReleaseNotes>
1919
<PackageId>OpenAI</PackageId>
20-
<Version>1.6</Version>
21-
<AssemblyVersion>1.6.0.0</AssemblyVersion>
22-
<FileVersion>1.6.0.0</FileVersion>
20+
<Version>1.7</Version>
21+
<AssemblyVersion>1.7.0.0</AssemblyVersion>
22+
<FileVersion>1.7.0.0</FileVersion>
2323
<GenerateDocumentationFile>True</GenerateDocumentationFile>
2424
<PackageReadmeFile>README.md</PackageReadmeFile>
2525
<ProduceReferenceAssembly>True</ProduceReferenceAssembly>

0 commit comments

Comments
 (0)