Closed czlowieku closed 11 months ago
I'm not able to reproduce this. What happens when you enable debug?
var api = new OpenAIClient("sk-key");
api.EnableDebug = true;
Also, I want to know which versions you've tried.
Nvm, I was able to repro it. Fix incoming.
@czlowieku keep in mind openai services are also having outages
Works now, thank you for fixing this :-) ( and for the nuget as well )
Bug Report
Overview
validation errors are appearing when I do vision call from examples in readme
I do any call and I get:
the msg is:
code that I have
it seems it is sending nulls in msg even thou I see serializerOptions.DefaultIgnoreCondition = JsonIgnoreCondition.WhenWritingNull; in the client.