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
I am also affected by this issue. In my case, I am using AzureOpenAI, and while the overridden method is public, since I need to use the BatchClient class, I am facing the same issue: it is not accessible. This is a major problem for me. For reference, the overridden method is marked as public in this link.
Additionally, @mickaelMamani created a PR to fix this issue: PR #262, but it seems to have been forgotten. :(
Service
OpenAI
Describe the bug
Methods GetBatchAsync and GetBatch are marked as internal and therefore, are not accessible outside the package. I believe this is a mistake
openai-dotnet/src/Custom/Batch/BatchClient.Protocol.cs
Line 107 in 4cd8529
Steps to reproduce
.
Code snippets
OS
winOS
.NET version
8.0
Library version
2.1.0
The text was updated successfully, but these errors were encountered: