mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-05 02:51:07 +00:00
feat: (0.6)New UI (#1855)
Co-authored-by: 夏姜 <wenfengjiang.jwf@digital-engine.com> Co-authored-by: aries_ckt <916701291@qq.com> Co-authored-by: wb-lh513319 <wb-lh513319@alibaba-inc.com> Co-authored-by: csunny <cfqsunny@163.com>
This commit is contained in:
@@ -164,7 +164,6 @@ def initialize_controller(
|
||||
controller_params: Optional[ModelControllerParameters] = None,
|
||||
system_app: Optional[SystemApp] = None,
|
||||
):
|
||||
|
||||
global controller
|
||||
if remote_controller_addr:
|
||||
controller.backend = _RemoteModelController(remote_controller_addr)
|
||||
|
@@ -72,7 +72,6 @@ class ModelInstanceIdentifier(ResourceIdentifier):
|
||||
|
||||
@dataclass
|
||||
class ModelInstanceStorageItem(StorageItem):
|
||||
|
||||
model_name: str
|
||||
host: str
|
||||
port: int
|
||||
|
Reference in New Issue
Block a user