OpenAI-API-dotnet
OpenAI-API-dotnet copied to clipboard
Conversation now uses IChatEndpoint instead of concrete class
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.
Closed