openai/openai-python
Publicmirrored fromhttps://github.com/openai/openai-pythonAvailable
examples/README.md
7lines · modecode
| 1 | # Examples have moved to the [OpenAI Cookbook](https://github.com/openai/openai-cookbook/) |
| 2 | |
| 3 | Looking for code examples? Visit the [OpenAI Cookbook](https://github.com/openai/openai-cookbook/), which shares examples of how to use the OpenAI Python library to accomplish common tasks. |
| 4 | |
| 5 | Prior to July 2022, code examples were hosted in this examples folder; going forward, code examples will be hosted in the [OpenAI Cookbook](https://github.com/openai/openai-cookbook/). |
| 6 | |
| 7 | This separation will help keep the [OpenAI Python library](https://github.com/openai/openai-python) simple and small, without extra files or dependencies. |
| 8 | |