Fixed a misspelling
This commit is contained in:
parent
a3ebca0bb2
commit
ae44cc947b
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ pub(crate) struct Args {
|
||||||
|
|
||||||
#[arg(long)]
|
#[arg(long)]
|
||||||
/// Instructions to the model on how to behave.
|
/// Instructions to the model on how to behave.
|
||||||
pub(crate) intruct: Option<String>,
|
pub(crate) instruct: Option<String>,
|
||||||
|
|
||||||
#[arg(long)]
|
#[arg(long)]
|
||||||
pub(crate) model: Option<String>,
|
pub(crate) model: Option<String>,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue