OpenAI-API-dotnet
OpenAI-API-dotnet copied to clipboard
Fixed issues #204.
Fixed Issue https://github.com/OkGoDoIt/OpenAI-API-dotnet/issues/204
- Improved
ImageGenerationEndpointTests
by introducingImageSize
construction helper method in order to retain access level ofImageSize
constructor. - Corrected
EndpointBase
constructor access level (changed to 'protected') in order to supportHttpClientResolutionTests