File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed
Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change 1- # Get Access
2- [ labs.openai.com/waitlist] ( https://labs.openai.com/waitlist )
1+
32
43# Installation
54``` bash
@@ -8,11 +7,13 @@ pip install dalle2
87
98# Usage
109## Setup
11- 1 . Go to https://labs.openai.com/
12- 1 . Open Network Tab in Developer Tools
13- 1 . Type a prompt and press "Generate"
14- 1 . Look for fetch to https://labs.openai.com/api/labs/tasks
15- 1 . In the request header look for authorization then get the Bearer Token
10+ 1 . Go to https://openai.com/dall-e-2/
11+ 2 . Create a OpenAI Account
12+ 3 . Go to https://labs.openai.com/
13+ 4 . Open the Network Tab in Developer Tools
14+ 5 . Type a prompt and press "Generate"
15+ 6 . Look for fetch to https://labs.openai.com/api/labs/tasks
16+ 7 . In the request header look for authorization then get the Bearer Token
1617
1718``` python
1819from dalle2 import Dalle2
You can’t perform that action at this time.
0 commit comments