Small Web-App used to spin up an interface for people to access CHATGPT API using your API Key
- OpenAI API Key
- ngrok Auth Key
- Head over to: https://platform.openai.com/api-keys and create a new secret key
- Paste the secret key in the inveted commas: openai.api_key = "" (in colab notebook)
- Head over to: https://dashboard.ngrok.com/get-started/your-authtoken
- Copy token from website and run: !ngrok (Paste Auth-Token here)