python: Only eval latest message in chat sessions (#1149)

* python: Only eval latest message in chat sessions

* python: version bump
This commit is contained in:
Aaron Miller
2023-07-06 18:02:14 -07:00
committed by GitHub
parent ee73f1ab1d
commit ed470e18b3
2 changed files with 2 additions and 2 deletions

View File

@@ -61,7 +61,7 @@ copy_prebuilt_C_lib(SRC_CLIB_DIRECtORY,
setup(
name=package_name,
version="1.0.2",
version="1.0.3",
description="Python bindings for GPT4All",
author="Richard Guo",
author_email="richard@nomic.ai",