mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-11 05:49:22 +00:00
refactor: Modify default webserver port to 5670 (#1410)
This commit is contained in:
@@ -23,7 +23,7 @@ model_path = LLM_MODEL_CONFIG[model_name]
|
||||
# or vllm
|
||||
model_type = "huggingface"
|
||||
|
||||
controller_addr = "http://127.0.0.1:5000"
|
||||
controller_addr = "http://127.0.0.1:5670"
|
||||
|
||||
result_csv_file = None
|
||||
|
||||
|
Reference in New Issue
Block a user