Skip to content

Commit 626eb33

Browse files
committed
Release v1.9
1 parent f5224df commit 626eb33

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

OpenAI_API/OpenAI_API.csproj

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
<RepositoryUrl>https://github.com/OkGoDoIt/OpenAI-API-dotnet</RepositoryUrl>
1414
<PackageTags>OpenAI, AI, ML, API, ChatGPT, DALLE, GPT3, GPT-3, GPT4, GPT-4, DALL-E</PackageTags>
1515
<Title>OpenAI API</Title>
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>
16+
<PackageReleaseNotes>Adds updated models as of December 11, 2023, including the new GPT-4 Vision, GPT-4 Turbo, and DALL-E 3. Adds json result format. Fixes chat result streaming bug.</PackageReleaseNotes>
1717
<PackageId>OpenAI</PackageId>
18-
<Version>1.8</Version>
19-
<AssemblyVersion>1.8.0.0</AssemblyVersion>
20-
<FileVersion>1.8.0.0</FileVersion>
18+
<Version>1.9</Version>
19+
<AssemblyVersion>1.9.0.0</AssemblyVersion>
20+
<FileVersion>1.9.0.0</FileVersion>
2121
<GenerateDocumentationFile>True</GenerateDocumentationFile>
2222
<PackageReadmeFile>README.md</PackageReadmeFile>
2323
<ProduceReferenceAssembly>True</ProduceReferenceAssembly>

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -421,6 +421,7 @@ api.HttpClientFactory = myIHttpClientFactoryObject;
421421
Every single class, method, and property has extensive XML documentation, so it should show up automatically in IntelliSense. That combined with the official OpenAI documentation should be enough to get started. Feel free to open an issue here if you have any questions. Better documentation may come later.
422422

423423
## License
424-
![CC-0 Public Domain](https://licensebuttons.net/p/zero/1.0/88x31.png)
424+
425+
CC-0 Public Domain
425426

426427
This library is licensed CC-0, in the public domain. You can use it for whatever you want, publicly or privately, without worrying about permission or licensing or whatever. It's just a wrapper around the OpenAI API, so you still need to get access to OpenAI from them directly. I am not affiliated with OpenAI and this library is not endorsed by them, I just have beta access and wanted to make a C# library to access it more easily. Hopefully others find this useful as well. Feel free to open a PR if there's anything you want to contribute.

0 commit comments

Comments
 (0)