From 4df5c23b00919cdb80e12db9cea5b005bd84f7f5 Mon Sep 17 00:00:00 2001 From: csunny Date: Mon, 8 May 2023 21:19:56 +0800 Subject: [PATCH] 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