OpenAI-API-dotnet
OpenAI-API-dotnet copied to clipboard
bugfix transient null values received for LogProbs
Logprobs results in Newtonsoft SerializationException happens from time to time (not clear under what conditions). An easy fix is to allow null logprops.
I have also added an extra test (used to fail with the exception mentioned in the issue).