feat: support chatglm2-6b

This commit is contained in:
csunny 2023-06-25 23:07:41 +08:00
parent fc7cb1cce3
commit a9fc9f0929
3 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@ project = "DB-GPT"
copyright = "2023, csunny"
author = "csunny"
version = "👏👏 0.2.2"
version = "👏👏 0.2.3"
html_title = project + " " + version
# -- General configuration ---------------------------------------------------

View File

@ -6,7 +6,7 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: DB-GPT 0.1.0\n"
"Project-Id-Version: DB-GPT 0.2.3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-06-14 22:33+0800\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"

View File

@ -19,7 +19,7 @@ def parse_requirements(file_name: str) -> List[str]:
setuptools.setup(
name="DB-GPT",
packages=find_packages(),
version="0.2.2",
version="0.2.3",
author="csunny",
author_email="cfqcsunny@gmail.com",
description="DB-GPT is an experimental open-source project that uses localized GPT large models to interact with your data and environment."