OkGoDoIt / OpenAI-API-dotnet

An unofficial C#/.NET SDK for accessing the OpenAI GPT-3 API
https://www.nuget.org/packages/OpenAI/
Other
1.86k stars 433 forks source link

OpenAI_API.Chat.Conversation constructor requires ChatEndpoint object as parameter but there is no way to obtain it #222

Open krypt-lx opened 3 months ago

krypt-lx commented 3 months ago

...unless I missing it. It looks like this constructor either shouldn't be public or use IChatEndpoint interface instead