We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db93a7b commit fbb376bCopy full SHA for fbb376b
slime/utils/arguments.py
@@ -548,7 +548,7 @@ def add_data_arguments(parser):
548
parser.add_argument(
549
"--tool-key",
550
type=str,
551
- default=None,
+ default="tools",
552
help=(
553
"When need to add tools during apply_chat_template, you should provide the key for the tools in the prompt dataset."
554
),
0 commit comments