Merge branch 'main' into routeur

This commit is contained in:
Sébastien Han 2025-11-27 09:41:38 +01:00 committed by GitHub
commit 98f202b607
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 1 additions and 721 deletions

View file

@ -197,7 +197,7 @@ class StackRun(Subcommand):
config = StackRunConfig(**cast_image_name_to_string(replace_env_vars(config_contents)))
port = args.port or config.server.port
host = config.server.host or "0.0.0.0"
host = config.server.host or ["::", "0.0.0.0"]
# Set the config file in environment so create_app can find it
os.environ["LLAMA_STACK_CONFIG"] = str(config_file)