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