API documentation as well as examples can be found https://platform.openai.com/docs/introduction
All the examples are from the original documentation page.
Vladimir Egay ([email protected])
- python=3
- Create new python environment
- install requirements
pip install -r requirements.txt
- Create
.env
file and placeOPENAI_API_KEY
OPENAI_API_KEY=<my-api-key>