diff --git a/vllm/entrypoints/openai/cli_args.py b/vllm/entrypoints/openai/cli_args.py index f8fdfe71bbe64..bccce73b79f8a 100644 --- a/vllm/entrypoints/openai/cli_args.py +++ b/vllm/entrypoints/openai/cli_args.py @@ -192,7 +192,6 @@ schema. Example: `[{"type": "text", "text": "Hello world!"}]`""" # Special case: allowed_origins, allowed_methods, allowed_headers all # need json.loads type # Should also remove nargs - print(frontend_kwargs["allowed_origins"]) frontend_kwargs["allowed_origins"]["type"] = json.loads frontend_kwargs["allowed_methods"]["type"] = json.loads frontend_kwargs["allowed_headers"]["type"] = json.loads