yeref 0.25.30__py3-none-any.whl → 0.25.32__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
yeref/yeref.py
CHANGED
@@ -5263,8 +5263,9 @@ async def outsource_generate(lst, path='link_path'):
|
|
5263
5263
|
# size="512x512",
|
5264
5264
|
# size="256x256",
|
5265
5265
|
)
|
5266
|
+
print(f"{res.data=}")
|
5266
5267
|
for it in res.data:
|
5267
|
-
result.append({'type': item['type'], 'answer': it.
|
5268
|
+
result.append({'type': item['type'], 'answer': it.b64_json})
|
5268
5269
|
return
|
5269
5270
|
except Exception as e:
|
5270
5271
|
logger.info(log_ % f"{api_key} " + str(e))
|
@@ -0,0 +1,8 @@
|
|
1
|
+
yeref/__init__.py,sha256=Qpv3o6Xa78VdLcsSRmctGtpnYE9btpAkCekgGhgJyXM,49
|
2
|
+
yeref/l_.py,sha256=0N0R6f4Sgs3Q4mk51BB_5QzX86dygupYwigwBvFRYC0,1171319
|
3
|
+
yeref/tonweb.js,sha256=Jf6aFOQ1OIY4q7fINYz-m5LsI3seMus124M5SYYZmtE,443659
|
4
|
+
yeref/yeref.py,sha256=EDNLqW91lvpwJ0eqrNxE1Bn6-uuHqZix5-FeIuvhe4g,1024539
|
5
|
+
yeref-0.25.32.dist-info/METADATA,sha256=A1vYNuQkbIIAMAi1XGo-uGn4CyMuRC643ZY_mr2I8HQ,119
|
6
|
+
yeref-0.25.32.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
7
|
+
yeref-0.25.32.dist-info/top_level.txt,sha256=yCQKchWHbfV-3OuQPYRdi2loypD-nmbDJbtt3OuKKkY,6
|
8
|
+
yeref-0.25.32.dist-info/RECORD,,
|
yeref-0.25.30.dist-info/RECORD
DELETED
@@ -1,8 +0,0 @@
|
|
1
|
-
yeref/__init__.py,sha256=Qpv3o6Xa78VdLcsSRmctGtpnYE9btpAkCekgGhgJyXM,49
|
2
|
-
yeref/l_.py,sha256=0N0R6f4Sgs3Q4mk51BB_5QzX86dygupYwigwBvFRYC0,1171319
|
3
|
-
yeref/tonweb.js,sha256=Jf6aFOQ1OIY4q7fINYz-m5LsI3seMus124M5SYYZmtE,443659
|
4
|
-
yeref/yeref.py,sha256=WFePQGySbUsjSGVeJ6TAL_Y2l5Y-0CGfeBqj4pnCRCI,1024472
|
5
|
-
yeref-0.25.30.dist-info/METADATA,sha256=gjdHeUgFHug2tZeW6Y44IFZGkOOdWio_XWwyRRrZnoM,119
|
6
|
-
yeref-0.25.30.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
7
|
-
yeref-0.25.30.dist-info/top_level.txt,sha256=yCQKchWHbfV-3OuQPYRdi2loypD-nmbDJbtt3OuKKkY,6
|
8
|
-
yeref-0.25.30.dist-info/RECORD,,
|
File without changes
|
File without changes
|