Skip to content

Commit

Permalink
[Doc] Fix typo error in vllm/entrypoints/openai/cli_args.py (vllm-pro…
Browse files Browse the repository at this point in the history
  • Loading branch information
yansh97 authored Nov 11, 2024
1 parent 73b9083 commit ad9a78b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vllm/entrypoints/openai/cli_args.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit ad9a78b

Please sign in to comment.