Merge pull request #20 from csunny/dev

upload  image demo for sql
This commit is contained in:
magic.chen 2023-05-08 21:25:27 +08:00 committed by GitHub
commit 6cd3386c69
3 changed files with 12 additions and 2 deletions

View File

@ -28,6 +28,9 @@ 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