This commit is contained in:
Raghotham Murthy 2025-01-10 09:15:21 -08:00
parent b89f94c674
commit 936e2d4034

View file

@ -35,7 +35,7 @@ class StackRun(Subcommand):
"--port",
type=int,
help="Port to run the server on. Defaults to 5000",
default=int(os.getenv("LLAMASTACK_PORT", 5000)),
default=int(os.getenv("LLAMA_STACK_PORT", 5000)),
)
self.parser.add_argument(
"--disable-ipv6",