Skip to content

Commit b04f4cd

Browse files
Update README.md
1 parent 44b66aa commit b04f4cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ pip install dalle2
1616

1717
```python
1818
from dalle2 import Dalle2
19-
dalle = Dalle2("sess-xxxxxxxxxxxxxxxxxxxxxxxxxxxx")
19+
dalle = Dalle2("sess-xxxxxxxxxxxxxxxxxxxxxxxxxxxx") # your bearer key
2020
```
2121

2222
## Generate images

0 commit comments

Comments
 (0)