By: Kyler Conant
Documents you might need:
- Docs for OpenAI API: https://platform.openai.com/docs/overview
- To get your API key: https://platform.openai.com/api-keys
- To use the model that I'm using you have to pay $5.44: https://platform.openai.com/docs/guides/rate-limits/usage-tiers
To run this code you must:
- pip install openai
- pip install pillow
- pip install requests
- pip install gradio