You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@PrisonerZERO , the error message is misleading. The actual problem is the access level of the constructors of EndpointBase and ImageSize is internal, hence the references in OpenAI_Tests assembly will show this error.
zeecorleone
added a commit
to zeecorleone/OpenAI-API-dotnet
that referenced
this issue
May 6, 2024
1. Improved ImageGenerationEndpointTests by introducing ImageSize construction helper method in orther to retain access level of ImageSize constructor.
2. Corrected EndpointBase constructor access level (changed to 'protected') in order to support HttpClientResolutionTests
Just thought I would let you know the current version is not building & I am getting the follwing errors:
The text was updated successfully, but these errors were encountered: