mirror of
https://github.com/meta-llama/llama-stack.git
synced 2026-01-01 19:14:31 +00:00
rename LLAMASTACK_PORT to LLAMA_STACK_PORT for consistency with other env vars
This commit is contained in:
parent
027a46ddd7
commit
36dcf00653
25 changed files with 25 additions and 25 deletions
|
|
@ -290,7 +290,7 @@ def main():
|
|||
parser.add_argument(
|
||||
"--port",
|
||||
type=int,
|
||||
default=int(os.getenv("LLAMASTACK_PORT", 5000)),
|
||||
default=int(os.getenv("LLAMA_STACK_PORT", 5000)),
|
||||
help="Port to listen on",
|
||||
)
|
||||
parser.add_argument(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue