.NET Client Library Listing

I would like to know how to get my library listed on the communities libraries page here OpenAI API

My github is here GitHub - jodendaal/OpenAI.Net: OpenAI library for .NET

The main reason for this is that the 2 libraries listed at the moment both suffer from an issue with the way they handle HttpClient. This in production environments causes socket exhaustion and DNS update failures on API’s and Apps that use them in high through put/ long running processes.

This issue is corrected in my library and is also fully unit tested/integration tested and acceptance tested.

1 Like