Skip to content

Commit fdf2be0

Browse files
Update src/dstack/_internal/core/models/configurations.py
Co-authored-by: jvstme <36324149+jvstme@users.noreply.github.com>
1 parent 2597dfa commit fdf2be0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/dstack/_internal/core/models/configurations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -857,7 +857,7 @@ class ServiceConfigurationParams(CoreModel):
857857
Field(
858858
description="The list of probes to determine service health. "
859859
"If `model` is set, defaults to a `/v1/chat/completions` probe. "
860-
"Set explicitly to override."
860+
"Set explicitly to override"
861861
),
862862
] = None # None = omitted (may get default when model is set); [] = explicit empty
863863

0 commit comments

Comments
 (0)