Skip to content

Commit d59eb3b

Browse files
VProvkirahsapong
andauthored
Update src/together/cli/api/evaluation.py
Co-authored-by: kirahsapong <[email protected]>
1 parent 2f553ac commit d59eb3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/together/cli/api/evaluation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def evaluation(ctx: click.Context) -> None:
2727
"--judge-model",
2828
type=str,
2929
required=True,
30-
help="Name of the judge model to use for evaluation.",
30+
help="Name or URL of the judge model to use for evaluation.",
3131
)
3232
@click.option(
3333
"--judge-model-source",

0 commit comments

Comments
 (0)