OkGoDoIt / OpenAI-API-dotnet

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

Fixed issues #204. #208

Open zeecorleone opened 4 months ago

zeecorleone commented 4 months ago

Fixed Issue https://github.com/OkGoDoIt/OpenAI-API-dotnet/issues/204

  1. Improved ImageGenerationEndpointTests by introducing ImageSize construction helper method in order to retain access level of ImageSize constructor.
  2. Corrected EndpointBase constructor access level (changed to 'protected') in order to support HttpClientResolutionTests