[Doc] Fix typo error in vllm/entrypoints/openai/cli_args.py (#10196)

This commit is contained in:
yansh97
2024-11-11 08:14:22 +08:00
committed by GitHub
parent 73b9083e99
commit ad9a78bf64

View File

@ -190,7 +190,7 @@ def make_arg_parser(parser: FlexibleArgumentParser) -> FlexibleArgumentParser:
default=False,
help=
"Enable auto tool choice for supported models. Use --tool-call-parser"
"to specify which parser to use")
" to specify which parser to use")
valid_tool_parsers = ToolParserManager.tool_parsers.keys()
parser.add_argument(