mpt pypi job

This commit is contained in:
Richard Guo
2023-05-12 12:58:27 -04:00
committed by Richard Guo
parent 025bae02a3
commit 7387be08f6
3 changed files with 28 additions and 11 deletions

View File

@@ -186,6 +186,7 @@ class GPT4All():
before user/assistant role messages.
default_prompt_footer: If True (default), add default footer at end of prompt.
verbose: If True (default), print full prompt and generated response.
**generate_kwargs: Optional kwargs to pass to prompt context.
Returns:
Response dictionary with:

View File

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