Skip to content

Commit e439303

Browse files
committed
fix description
1 parent b45f7f0 commit e439303

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/together/cli/api/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def models(ctx: click.Context) -> None:
1818
@click.option(
1919
"--type",
2020
type=click.Choice(["dedicated"]),
21-
help="Filter models by type (dedicated: models that support autoscaling)",
21+
help="Filter models by type (dedicated: models that can be deployed as dedicated endpoints)",
2222
)
2323
@click.option(
2424
"--json",

0 commit comments

Comments
 (0)