Location of C# openai.sdk

ChatGPT has given me two sources for the API for c#

It gave me NuGet OpenAi.SDK (not found) then I asked again … it said

apologize for any confusion. The OpenAI.SDK library is currently in beta and is not yet available on NuGet. Instead, you can download the source code from the OpenAI GitHub repository

  1. Clone or download the OpenAI.SDK repository from GitHub (https://github.com/openai/sdk).

that link is not found, 404.

Can someone help me find the OPENAI API for C#

Welcome to the forum! Large language models are notoriously bad for hallucinating information. While they can be helpful with programming, you really need to know what you’re doing.

GPT-4 tried to get me to use EVAL statements last night until I nudged it in the right direction! Haha.

Here’s a list of most of the officially sanctioned libraries…

https://platform.openai.com/docs/libraries/community-libraries

Hope that helps!

2 Likes