ezzcodeezzlife / dalle2-in-python

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

Incorrect API key provided: sess-xxx************xxxx #5

Closed TonyZZhang closed 1 year ago

TonyZZhang commented 1 year ago

Describe the bug A clear and concise description of what the bug is.

There was a problem

56$~TETPTCHJ}%9D QGYAZV

github-actions[bot] commented 1 year ago

Thanks you for your first issue in dalle2-in-python

ezzcodeezzlife commented 1 year ago

in the Dalle2 constructor you need to change the xxxxx to your personal bearer key. you can find a tutorial how to get it in the readme. hope this help ❤️

TonyZZhang commented 1 year ago

in the Dalle2 constructor you need to change the xxxxx to your personal bearer key. you can find a tutorial how to get it in the readme. hope this helps ❤️

Thank you for your reply