mirror of
https://github.com/meta-llama/llama-stack.git
synced 2026-01-01 06:40:00 +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
|
|
@ -99,7 +99,7 @@ def get_distribution_template() -> DistributionTemplate:
|
|||
),
|
||||
},
|
||||
run_config_env_vars={
|
||||
"LLAMASTACK_PORT": (
|
||||
"LLAMA_STACK_PORT": (
|
||||
"5001",
|
||||
"Port for the Llama Stack distribution server",
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue