This commit is contained in:
csunny 2023-05-08 21:19:56 +08:00
parent 922d2e4f28
commit 4df5c23b00
2 changed files with 9 additions and 2 deletions

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