change default port
This commit is contained in:
@@ -62,7 +62,7 @@ class PipelineConfig(LLMNodeConfig):
|
|||||||
host: str = "0.0.0.0"
|
host: str = "0.0.0.0"
|
||||||
"""where am I hosted"""
|
"""where am I hosted"""
|
||||||
|
|
||||||
port: int = 8588
|
port: int = 8500
|
||||||
"""what is my port"""
|
"""what is my port"""
|
||||||
|
|
||||||
# graph_config: AnnotatedGraph = field(default_factory=ReactGraphConfig)
|
# graph_config: AnnotatedGraph = field(default_factory=ReactGraphConfig)
|
||||||
|
|||||||
Reference in New Issue
Block a user