Skip to content

Commit

Permalink
feat: Update to gpt-4-turbo
Browse files Browse the repository at this point in the history
  • Loading branch information
leoshimo committed Nov 30, 2023
1 parent 229b820 commit 20165a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ pub fn parse() -> Invocation {
/// Top-level command
fn cli() -> Command {
command!()
.arg(arg!(model: -m --model <MODEL> "Sets model").default_value("gpt-3.5-turbo"))
.arg(arg!(model: -m --model <MODEL> "Sets model. See https://platform.openai.com/docs/models for model identifiers.").default_value("gpt-4-1106-preview"))
.arg(
arg!(temperature: -t --temperature <TEMP> "Sets temperature")
.value_parser(value_parser!(f32))
Expand Down

0 comments on commit 20165a7

Please sign in to comment.