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
TextCompletion does not support the use of echo=True + logprobs>0 at the same time.
Because the first value of the logprobs in that case is None and not a number. Pydantic check then fails.
FYI, using OpenAI API with davinci-002.
What Should Have Happened?
The None value is supported, Pydantic does not fail on check.
What Happened?
TextCompletion does not support the use of echo=True + logprobs>0 at the same time.
Because the first value of the logprobs in that case is None and not a number. Pydantic check then fails.
FYI, using OpenAI API with davinci-002.
What Should Have Happened?
The None value is supported, Pydantic does not fail on check.
Relevant Code Snippet
Your Twitter/LinkedIn
No response
The text was updated successfully, but these errors were encountered: