You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11
Original file line number
Diff line number
Diff line change
@@ -639,6 +639,17 @@ We take backwards-compatibility seriously and work hard to ensure you can rely o
639
639
640
640
We are keen for your feedback; please open an [issue](https://www.github.com/openai/openai-python/issues) with questions, bugs, or suggestions.
641
641
642
+
### Determining the installed version
643
+
644
+
If you've upgraded to the latest version but aren't seeing any new features you were expecting then your python environment is likely still using an older version.
645
+
646
+
You can determine the version that is being used at runtime with:
0 commit comments