"vscode:/vscode.git/clone" did not exist on "0c5254b82acc625112ce7adc10811514f1a42d52"
Unverified Commit 3c7c1d64 authored by Yan Ru Pei's avatar Yan Ru Pei Committed by GitHub
Browse files

chore: pass in mocker engine args directly in python cli + default frontend port to 8000 (#2853)


Signed-off-by: default avatarPeaBrane <yanrpei@gmail.com>
parent 8d30753f
......@@ -466,8 +466,8 @@ def main():
],
display_output=True,
terminate_existing=True,
health_check_ports=[8080],
health_check_urls=["http://localhost:8080/v1/models"],
health_check_ports=[8000],
health_check_urls=["http://localhost:8000/v1/models"],
timeout=10,
):
time.sleep(60)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment