From 4df5c23b00919cdb80e12db9cea5b005bd84f7f5 Mon Sep 17 00:00:00 2001 From: csunny Date: Mon, 8 May 2023 21:19:56 +0800 Subject: [PATCH 1/2] update --- pilot/agent/agent.py | 9 +++++++-- pilot/configs/config.py | 2 ++ 2 files changed, 9 insertions(+), 2 deletions(-) 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 From a189cfd5c0180e813671a8be13a29f82f0a5dd1b Mon Sep 17 00:00:00 2001 From: csunny Date: Mon, 8 May 2023 21:24:23 +0800 Subject: [PATCH 2/2] update readme file --- README.md | 3 +++ 1 file changed, 3 insertions(+) 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示例