mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-10 13:29:35 +00:00
feat(model): Support database model registry (#1656)
This commit is contained in:
@@ -26,6 +26,7 @@ from dbgpt.util.parameter_utils import (
|
||||
build_lazy_click_command,
|
||||
)
|
||||
|
||||
# Your can set environment variable CONTROLLER_ADDRESS to set the default address
|
||||
MODEL_CONTROLLER_ADDRESS = "http://127.0.0.1:8000"
|
||||
|
||||
logger = logging.getLogger("dbgpt_cli")
|
||||
|
Reference in New Issue
Block a user