We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm getting this error after updating to 1.4.0. "The operation couldn’t be completed. (OpenAISwift.OpenAIError error 2.)"
Seems like other people are getting it as well #109
The text was updated successfully, but these errors were encountered:
They made ChatMessage Identifiable, which combined with Codable protocol will encode the local id property to the body and OpenAI rejects it:
"message = "Additional properties are not allowed ('id' was unexpected) - 'messages.0'" type = "invalid_request_error""
Sorry, something went wrong.
I fixed it and made a Pull Request #114
No branches or pull requests
I'm getting this error after updating to 1.4.0.
"The operation couldn’t be completed. (OpenAISwift.OpenAIError error 2.)"
Seems like other people are getting it as well
#109
The text was updated successfully, but these errors were encountered: