mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-05 18:22:41 +00:00
rebased
This commit is contained in:
parent
b89f94c674
commit
936e2d4034
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ class StackRun(Subcommand):
|
||||||
"--port",
|
"--port",
|
||||||
type=int,
|
type=int,
|
||||||
help="Port to run the server on. Defaults to 5000",
|
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(
|
self.parser.add_argument(
|
||||||
"--disable-ipv6",
|
"--disable-ipv6",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue