Created
July 13, 2024 21:55
-
-
Save caioerick/4dd32374aa08f40c33b383ac82374851 to your computer and use it in GitHub Desktop.
Solution for "ImportError: cannot import name ‘ThreadMessage’ from ‘openai.types.beta.threads’" in openai lib python
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pip install --force-reinstall typing-extensions==4.5 | |
pip install --force-reinstall openai==1.8 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment