Merge branch 'dev' of https://github.com/csunny/DB-GPT into dev

This commit is contained in:
csunny 2023-05-08 22:21:55 +08:00
commit 608244945b
3 changed files with 13 additions and 2 deletions

View File

@ -28,6 +28,10 @@ Run on an RTX 4090 GPU (The origin mov not sped up!, [YouTube地址](https://www
<img src="https://github.com/csunny/DB-GPT/blob/main/asserts/SQLGEN.png" width="600" margin-left="auto" margin-right="auto" >
The Generated SQL is runable.
<img src="https://github.com/csunny/DB-GPT/blob/main/asserts/exeable.png" width="600" margin-left="auto" margin-right="auto" >
- 数据库QA示例
<img src="https://github.com/csunny/DB-GPT/blob/main/asserts/DB_QA.png" margin-left="auto" margin-right="auto" width="600">

View File

@ -3,5 +3,10 @@
class Agent:
"""Agent class for interacting with DB-GPT """
pass
"""Agent class for interacting with DB-GPT
Attributes:
"""
def __init__(self) -> None:
pass

View File

@ -10,3 +10,5 @@ class Config(metaclass=Singleton):
"""Initialize the Config class"""
pass
# TODO change model_config there