Openai-python 0.11.0 beta

I’m one of the OpenAI engineers working on the API, and I’m preparing to do an update of the python client. There have been significant internal changes, but end-user-visible changes should be minimal. The full commit message is here. If anyone has interest in trying out the new version, and you’re a python programmer experienced in working with source packages, and you know what these commands do, do this to install it (on Linux or macOS, Windows will be similar but not identical):

git clone -b mt-0-11-0 https://github.com/openai/openai-python
pip install ./openai-python/

If you run into incompatibilities or other issues, please follow up on this thread. Thanks!

9 Likes