ezzcodeezzlife / dalle2-in-python

Use DALL·E 2 in Python
https://pypi.org/project/dalle2/
MIT License
178 stars 34 forks source link

Colab link needs more info #12

Closed charlesjlee closed 1 year ago

charlesjlee commented 1 year ago

Three changes to the Colab notebook

1. Add instructions (same as the README) on how to get the session token

  1. Go to https://labs.openai.com/
  2. Open Network Tab in Developer Tools
  3. Type a prompt and press "Generate"
  4. Look for fetch to https://labs.openai.com/api/labs/tasks
  5. In the request header look for authorization then get the Bearer Token

2. Add a blurb to "see the README for more sample calls"

3. Move the Try it! section to the top of the README

ezzcodeezzlife commented 1 year ago

removed collab link