properly limit input to 64 tokens

This commit is contained in:
Brett Kuprel
2022-07-05 22:14:19 -04:00
parent 1a8c01047c
commit f071b31bdd
4 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ setuptools.setup(
name='min-dalle',
description = 'min(DALL·E)',
long_description=(Path(__file__).parent / "README.rst").read_text(),
version='0.2.28',
version='0.2.29',
author='Brett Kuprel',
author_email='brkuprel@gmail.com',
url='https://github.com/kuprel/min-dalle',