mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-15 22:19:28 +00:00
update
This commit is contained in:
@@ -3,5 +3,10 @@
|
|||||||
|
|
||||||
|
|
||||||
class Agent:
|
class Agent:
|
||||||
"""Agent class for interacting with DB-GPT """
|
"""Agent class for interacting with DB-GPT
|
||||||
|
|
||||||
|
Attributes:
|
||||||
|
"""
|
||||||
|
|
||||||
|
def __init__(self) -> None:
|
||||||
pass
|
pass
|
@@ -10,3 +10,5 @@ class Config(metaclass=Singleton):
|
|||||||
"""Initialize the Config class"""
|
"""Initialize the Config class"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
||||||
|
# TODO change model_config there
|
Reference in New Issue
Block a user