-
Notifications
You must be signed in to change notification settings - Fork 185
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
Outdated sample code for Assistant #124
Labels
bug
Something isn't working
Comments
With latest openai sdk, following fix can manually be applied while repo is updated by owners.
Then, update format_message() to refer the new classes.
With this much change, it worked in my end. |
This was referenced Aug 3, 2024
Open
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Operating System
Windows
Version Information
python version: 3.10
openai package version: 1.36.0
Steps to reproduce
I tried to import the requirement libraries
Expected behavior
No error while excuting
Actual behavior
No module found
Addition information
I try to downgrade the
openai
library version to 1.11.0, it works, but plz fix it in requirement.txtThe text was updated successfully, but these errors were encountered: