Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 721 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 721 Bytes

gpt3-colab-flask

Open In Colab

Small Web-App used to spin up an interface for people to access CHATGPT API using your API Key

Requirements:

  • OpenAI API Key
  • ngrok Auth Key

How to Use?

  1. Head over to: https://platform.openai.com/api-keys and create a new secret key
  2. Paste the secret key in the inveted commas: openai.api_key = "" (in colab notebook)
  3. Head over to: https://dashboard.ngrok.com/get-started/your-authtoken
  4. Copy token from website and run: !ngrok (Paste Auth-Token here)