|
6 | 6 | <GeneratePackageOnBuild>true</GeneratePackageOnBuild>
|
7 | 7 | <Authors>OkGoDoIt (Roger Pincombe)</Authors>
|
8 | 8 | <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> |
10 | 10 | <Copyright>This library is licensed CC-0, in the public domain</Copyright>
|
11 | 11 | <PackageLicenseExpression>CC0-1.0</PackageLicenseExpression>
|
12 | 12 | <PackageProjectUrl>https://github.com/OkGoDoIt/OpenAI-API-dotnet</PackageProjectUrl>
|
13 | 13 | <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> |
15 | 15 | <Title>OpenAI API</Title>
|
16 | 16 | <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. |
18 | 18 | </PackageReleaseNotes>
|
19 | 19 | <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> |
23 | 23 | <GenerateDocumentationFile>True</GenerateDocumentationFile>
|
24 | 24 | <PackageReadmeFile>README.md</PackageReadmeFile>
|
25 | 25 | <ProduceReferenceAssembly>True</ProduceReferenceAssembly>
|
|
0 commit comments