mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-08 12:30:14 +00:00
update
This commit is contained in:
@@ -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
|
@@ -10,3 +10,5 @@ class Config(metaclass=Singleton):
|
||||
"""Initialize the Config class"""
|
||||
pass
|
||||
|
||||
|
||||
# TODO change model_config there
|
Reference in New Issue
Block a user