|
6 | 6 | <GeneratePackageOnBuild>true</GeneratePackageOnBuild>
|
7 | 7 | <Authors>OkGoDoIt (Roger Pincombe)</Authors>
|
8 | 8 | <Product>OpenAI API</Product>
|
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> |
| 9 | + <Description>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.</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 | 14 | <PackageTags>OpenAI, AI, ML, API, ChatGPT, DALLE, GPT3, GPT-3, GPT4, GPT-4, DALL-E</PackageTags>
|
15 | 15 | <Title>OpenAI API</Title>
|
16 |
| - <PackageReleaseNotes> |
17 |
| - Added support for GPT4, streaming conversations with ChatGPT, IHttpClientFactory, and various bug fixes. |
18 |
| - </PackageReleaseNotes> |
| 16 | + <PackageReleaseNotes>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.)</PackageReleaseNotes> |
19 | 17 | <PackageId>OpenAI</PackageId>
|
20 |
| - <Version>1.7.2</Version> |
21 |
| - <AssemblyVersion>1.7.2.0</AssemblyVersion> |
22 |
| - <FileVersion>1.7.2.0</FileVersion> |
| 18 | + <Version>1.8</Version> |
| 19 | + <AssemblyVersion>1.8.0.0</AssemblyVersion> |
| 20 | + <FileVersion>1.8.0.0</FileVersion> |
23 | 21 | <GenerateDocumentationFile>True</GenerateDocumentationFile>
|
24 | 22 | <PackageReadmeFile>README.md</PackageReadmeFile>
|
25 | 23 | <ProduceReferenceAssembly>True</ProduceReferenceAssembly>
|
|
49 | 47 | <PackagePath>\</PackagePath>
|
50 | 48 | </None>
|
51 | 49 | </ItemGroup>
|
52 |
| - |
53 |
| - <ItemGroup> |
54 |
| - <InternalsVisibleTo Include="OpenAI_Tests" /> |
55 |
| - </ItemGroup> |
56 | 50 |
|
57 | 51 | <ItemGroup>
|
58 | 52 | <PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="1.1.1" />
|
|
0 commit comments