You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/dalle2/dalle2.py
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,6 @@ def __init__(self, bearer):
7
7
self.bearer=bearer
8
8
9
9
defgenerate(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,},}
0 commit comments