Skip to content

Commit be3173d

Browse files
Update README.md
1 parent 1230493 commit be3173d

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
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
1819
from dalle2 import Dalle2

0 commit comments

Comments
 (0)