[ot][spam][crazy][is it appropriate to direct disruption towards things that have been heavily disrupted?]

Undiscussed Horrific Abuse, One Victim of Many gmkarl at gmail.com
Wed Jun 22 06:26:14 PDT 2022


i forgot to _call_ the json function

>>> type(generation)
<class 'method'>
>>> generation = generation()
>>> type(generation)
<class 'dict'>

then it works.

>>> type(generation)
<class 'dict'>
>>> generation.keys()
dict_keys(['images', 'version'])
>>> type(generation['images'])
<class 'list'>
>>> len(generation['images'])
9
>>> type(generation['images'][0])
<class 'str'>

i can infer it returns 9 base64 encoded things, likely image data,
maybe image urls


More information about the cypherpunks mailing list