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 432 forks source link

Conversation now uses IChatEndpoint instead of concrete class #168

Closed tracyboehrer closed 4 months ago

tracyboehrer commented 1 year ago

We have an implementation that can switch between OpenAI and another implementation. IChatEndpoint in our case is not the OpenAI-AI implementation. This allows use to use Conversation in this case.

Adre345 commented 1 year ago

Closed