Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
OpenAI_API.dll | 2024-06-12 | 121.3 kB | |
OpenAI_API.xml | 2024-06-12 | 241.5 kB | |
OpenAI_API.pdb | 2024-06-12 | 39.5 kB | |
OpenAI.1.11.0.nupkg | 2024-06-12 | 256.5 kB | |
OpenAI.1.11.0.snupkg | 2024-06-12 | 20.4 kB | |
README.md | 2024-06-10 | 1.1 kB | |
v1.11 source code.tar.gz | 2024-06-10 | 395.6 kB | |
v1.11 source code.zip | 2024-06-10 | 433.9 kB | |
Totals: 8 Items | 1.5 MB | 0 |
Adds new embedding models as of March 2024. Also adds support for deterministic seeds.
This is the final release of OkGoDoIt's OpenAI package. Starting with v2.0.0-beta, this library has been adopted by Microsoft. The new official version of the library will have full coverage and will stay fully up-to-date. More details in the blog post here: https://devblogs.microsoft.com/dotnet/openai-dotnet-library/. This github repo will remain here to document my original version of the library through version 1.11, which is still available on Nuget as well. A migration guide to Microsoft's new package is available at https://github.com/openai/openai-dotnet/blob/main/MigrationGuide.md
It's been an exciting 4 years. I hope this library has made AI engineering on .NET easier and more productive for you all!
Full Changelog: https://github.com/OkGoDoIt/OpenAI-API-dotnet/compare/v1.10...v1.11