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
It looks like it gracefully failed and returned a string, which is causing this error. @WenchenLi would you rather we return a string or just return the openai error if we are unable to handle it?
Actually - my bad @WenchenLi , since the error is in 'messages' - it looks like you did receive a response. Since your fallback strategy is text-davinci-003 I believe the response format is different (from OpenAI) causing this issue. Might make sense to reformat it, to fit the chatgpt paradigm to prevent errors and ensure it returns a response
init like this:
and got errors like below from today.
The text was updated successfully, but these errors were encountered: