Skip to content

Commit c490b37

Browse files
rm comment
1 parent 148904b commit c490b37

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/dalle2/dalle2.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ def __init__(self, bearer):
77
self.bearer = bearer
88

99
def generate(self, promt):
10-
# make post request to https://labs.openai.com/api/labs/tasks with header: authorization: "Bearer asdasdasdas" and data: data: { task_type: "text2im", prompt: {caption: promt,batch_size: 6,},}
1110
url = "https://labs.openai.com/api/labs/tasks"
1211
headers = {
1312
'Authorization': "Bearer " + self.bearer,

0 commit comments

Comments
 (0)