Fixed a misspelling

This commit is contained in:
Micheal Smith 2025-11-03 22:13:11 -06:00
parent a3ebca0bb2
commit ae44cc947b
Signed by: xulfer
GPG key ID: E40750BFE6702504

View file

@ -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>,