Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
OpenAI_API.deps.json | 2023-04-02 | 14.2 kB | |
OpenAI_API.dll | 2023-04-02 | 88.6 kB | |
OpenAI_API.pdb | 2023-04-02 | 31.4 kB | |
OpenAI_API.xml | 2023-04-02 | 175.9 kB | |
OpenAI.1.7.2.snupkg | 2023-04-02 | 16.9 kB | |
OpenAI.1.7.2.nupkg | 2023-04-02 | 235.0 kB | |
README.md | 2023-04-02 | 1.4 kB | |
v1.7.2 source code.tar.gz | 2023-04-02 | 221.0 kB | |
v1.7.2 source code.zip | 2023-04-02 | 253.9 kB | |
Totals: 9 Items | 1.0 MB | 1 |
v1.7.2: Minor bugfix for stack overflow in ChatMessageRole, plus add Nuget package icon.
v1.7: Added support for GPT4, streaming conversations with ChatGPT, IHttpClientFactory, and numerous bug fixes
What's Changed * Bugfix for stack overflow in ChatMessageRole by @dex3r in https://github.com/OkGoDoIt/OpenAI-API-dotnet/pull/85 * Allow an HttpClientFactory to be assigned to OpenAIAPI by @babrekel in https://github.com/OkGoDoIt/OpenAI-API-dotnet/pull/103 * Use interface instead of implementation in Endpoint properties by @babrekel in https://github.com/OkGoDoIt/OpenAI-API-dotnet/pull/104 * Add streaming methods for Conversation class by @JasonWei512 in https://github.com/OkGoDoIt/OpenAI-API-dotnet/pull/74 * Fix a bug of function call with parameters in wrong order by @HongxuMeng in https://github.com/OkGoDoIt/OpenAI-API-dotnet/pull/94
New Contributors * @dex3r made their first contribution in https://github.com/OkGoDoIt/OpenAI-API-dotnet/pull/85 * @babrekel made their first contribution in https://github.com/OkGoDoIt/OpenAI-API-dotnet/pull/103 * @JasonWei512 made their first contribution in https://github.com/OkGoDoIt/OpenAI-API-dotnet/pull/74 * @HongxuMeng made their first contribution in https://github.com/OkGoDoIt/OpenAI-API-dotnet/pull/94
Full Changelog: Full Changelog: https://github.com/OkGoDoIt/OpenAI-API-dotnet/compare/v1.6...v1.7.2