Skip to content

Commit bd3e4b4

Browse files
authored
Merge branch 'main' into align-config-json-w-transformers-v5
2 parents 35ca631 + 77ee99d commit bd3e4b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

router/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ struct Args {
8787
/// will refuse to start with an error instead of silently truncating sequences.
8888
///
8989
/// Unused for gRPC servers
90-
#[clap(long, env, default_value = "true")]
90+
#[clap(long, env, default_value = "true", num_args = 0..=1, default_missing_value = "true")]
9191
auto_truncate: bool,
9292

9393
/// The name of the prompt that should be used by default for encoding. If not set, no prompt

0 commit comments

Comments
 (0)