change default port

This commit is contained in:
2026-03-05 14:42:14 +08:00
parent f7937c3744
commit 38b0d5df15

View File

@@ -62,7 +62,7 @@ class PipelineConfig(LLMNodeConfig):
host: str = "0.0.0.0"
"""where am I hosted"""
port: int = 8588
port: int = 8500
"""what is my port"""
# graph_config: AnnotatedGraph = field(default_factory=ReactGraphConfig)