-
Notifications
You must be signed in to change notification settings - Fork 5.4k
New issue
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
[Bug]: Creating a message for an Open AI Assistant fails because of unexpected "file_ids" parameter. #13187
Comments
The error you're encountering with the
Without specific details on how
|
Rolled back to openai 1.20.0 for the time being, that worked, thanks |
Why is this issue closed? Isn't this still an issue, given that the llama-index code does not support the most recent versions of the openai package? The most recent version of the openai package is 1.30.2, so users of llama-index are currently expected to roll back all the way to 1.20.0? |
Bug Description
Creating a message for an Open AI Assistant throws an error because of unexpected "file_ids" parameter.
Exception: TypeError: Messages.create() got an unexpected keyword argument 'file_ids'
Version
0.10.33
Steps to Reproduce
Fetch an existing Open ai assistant:
Try and send a text message
Relevant Logs/Tracbacks
The text was updated successfully, but these errors were encountered: