Unverified Commit ad9a78bf authored by yansh97's avatar yansh97 Committed by GitHub
Browse files

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

parent 73b9083e
......@@ -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(
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment