We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b45f7f0 commit e439303Copy full SHA for e439303
src/together/cli/api/models.py
@@ -18,7 +18,7 @@ def models(ctx: click.Context) -> None:
18
@click.option(
19
"--type",
20
type=click.Choice(["dedicated"]),
21
- help="Filter models by type (dedicated: models that support autoscaling)",
+ help="Filter models by type (dedicated: models that can be deployed as dedicated endpoints)",
22
)
23
24
"--json",
0 commit comments