Update wording as per review comment
This commit is contained in:
parent
45d2368730
commit
e70ca52dc4
@ -187,7 +187,7 @@ Examples:
|
||||
#[arg(long)]
|
||||
model: Option<String>,
|
||||
|
||||
/// Temperature (0.0 - 2.0)
|
||||
/// Temperature override (0.0 - 2.0). Defaults to config.default_temperature when omitted.
|
||||
#[arg(short, long, value_parser = parse_temperature)]
|
||||
temperature: Option<f64>,
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user