mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-15 05:59:59 +00:00
feat(core): APP use new SDK component (#1050)
This commit is contained in:
@@ -20,3 +20,8 @@ class ServeConfig(BaseServeConfig):
|
||||
api_keys: Optional[str] = field(
|
||||
default=None, metadata={"help": "API keys for the endpoint, if None, allow all"}
|
||||
)
|
||||
|
||||
default_model: Optional[str] = field(
|
||||
default=None,
|
||||
metadata={"help": "Default model name"},
|
||||
)
|
||||
|
Reference in New Issue
Block a user