mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-07-24 04:36:23 +00:00
update
This commit is contained in:
parent
922d2e4f28
commit
4df5c23b00
@ -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
|
Loading…
Reference in New Issue
Block a user