Open AI is the organization behind ChatGDP. They have a number of other AI tools, accessible via their openai python library. It can be applied to “virtually any task that involves understanding or generating natural language, code, or images”, including
- chat
- images
- audio
- translation

Like most python modules, open AI can be installed via pip. In order to successfully run the code though, you will need to register for an Open AI account and determine your
- Key
- Organization
See OpenAI API definition for more details.