docs: add cli and api documents (#909)

This commit is contained in:
magic.chen
2023-12-08 15:24:10 +08:00
committed by GitHub
parent cd725db1fb
commit 6e5415b711
6 changed files with 619 additions and 1 deletions

View File

@@ -627,7 +627,7 @@ init_install_requires()
setuptools.setup(
name="db-gpt",
packages=find_packages(exclude=("tests", "*.tests", "*.tests.*", "examples")),
version="0.4.3",
version="0.4.4",
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."