mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-23 04:49:40 +00:00
PORT -> LLAMA_STACK_PORT
Signed-off-by: Yuan Tang <terrytangyuan@gmail.com>
This commit is contained in:
parent
01a528c129
commit
cb7f1afd2d
2 changed files with 2 additions and 2 deletions
|
|
@ -242,7 +242,7 @@ def main():
|
|||
parser.add_argument(
|
||||
"--port",
|
||||
type=int,
|
||||
default=int(os.getenv("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