mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-14 05:31:40 +00:00
feat(core): Dynamically loading dbgpts (#1211)
This commit is contained in:
@@ -20,3 +20,6 @@ class ServeConfig(BaseServeConfig):
|
||||
api_keys: Optional[str] = field(
|
||||
default=None, metadata={"help": "API keys for the endpoint, if None, allow all"}
|
||||
)
|
||||
load_dbgpts_interval: int = field(
|
||||
default=5, metadata={"help": "Interval to load dbgpts from installed packages"}
|
||||
)
|
||||
|
Reference in New Issue
Block a user