diff --git a/README.md b/README.md index e43d956c0..ca991085f 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,9 @@ Run on an RTX 4090 GPU (The origin mov not sped up!, [YouTube地址](https://www +The Generated SQL is runable. + + - 数据库QA示例 diff --git a/pilot/agent/agent.py b/pilot/agent/agent.py index 61f65c359..3463790bc 100644 --- a/pilot/agent/agent.py +++ b/pilot/agent/agent.py @@ -3,5 +3,10 @@ class Agent: - """Agent class for interacting with DB-GPT """ - pass \ No newline at end of file + """Agent class for interacting with DB-GPT + + Attributes: + """ + + def __init__(self) -> None: + pass \ No newline at end of file diff --git a/pilot/configs/config.py b/pilot/configs/config.py index 0d74e97d9..a66402c17 100644 --- a/pilot/configs/config.py +++ b/pilot/configs/config.py @@ -10,3 +10,5 @@ class Config(metaclass=Singleton): """Initialize the Config class""" pass + + # TODO change model_config there \ No newline at end of file