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

Running the tests #195

Open TSDilov opened 9 months ago

TSDilov commented 9 months ago

Hi there, I clone the repo of the project and when I run the test project it gives me Severity Code Description Project File Line Suppression State Details Error CS0122 'ImageSize.ImageSize(string)' is inaccessible due to its protection level OpenAI_Tests C:\Users\User\Desktop\OpenAI-API-dotnet\OpenAI_Tests\ImageGenerationEndpointTests.cs 113 Active
for the ImageSize because it is internal

TSDilov commented 9 months ago

I change the protection level and it runs the tests but from 126 test only 22 passed