right now, we have two libraries in community libraries but nothing that allows the swap among Azure and OpenAi, but I found a library that does it. Till now it’s always been updated.
I’m using this library Rystem.OpenAi from nuget.
It’s very cool, I like the fluent concept and how I can swap among OpenAi or Azure endpoints for free.
3
Answers
https://platform.openai.com/docs/libraries/community-libraries
Dotnet SDK for OpenAI Chat GPT, GPT-3 and DALL·E Unofficial. GPT-3 doesn't have any official .Net SDK.
https://github.com/betalgo/openai
right now, we have two libraries in community libraries but nothing that allows the swap among Azure and OpenAi, but I found a library that does it. Till now it’s always been updated.
I’m using this library Rystem.OpenAi from nuget.
It’s very cool, I like the fluent concept and how I can swap among OpenAi or Azure endpoints for free.
There is now an official nuget package that also supports Azure OpenAI.
https://www.nuget.org/packages/Azure.AI.OpenAI/
However it is still in preview at the time of this post.