mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
use ingress/egress
This commit is contained in:
parent
4a957f2b86
commit
136daa2d3c
18 changed files with 31 additions and 27 deletions
|
|
@ -143,12 +143,12 @@ def start_arch(arch_config_file, env, log_timeout=120, foreground=False):
|
|||
|
||||
prompt_gateway_port = (
|
||||
arch_config_dict.get("listeners", {})
|
||||
.get("prompt_gateway", {})
|
||||
.get("ingress_traffic", {})
|
||||
.get("port", 10000)
|
||||
)
|
||||
llm_gateway_port = (
|
||||
arch_config_dict.get("listeners", {})
|
||||
.get("llm_gateway", {})
|
||||
.get("egress_traffic", {})
|
||||
.get("port", 12000)
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue