OpenAI-API-dotnet icon indicating copy to clipboard operation
OpenAI-API-dotnet copied to clipboard

bugfix transient null values received for LogProbs

Open Alexei000 opened this issue 3 years ago • 0 comments

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).

Alexei000 avatar Jun 19 '21 16:06 Alexei000