Skip to content

Instantly share code, notes, and snippets.

@caioerick
Created July 13, 2024 21:55
Show Gist options
  • Save caioerick/4dd32374aa08f40c33b383ac82374851 to your computer and use it in GitHub Desktop.
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
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