Skip to content

Commit

Permalink
Use Gemini 1.5 Flash (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
DuckyBlender authored Nov 22, 2024
1 parent 088d4bd commit 335585d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/makersuite.rs
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ impl CommandTrait for GoogleGemini {
return Err(CommandError::Custom("no prompt or file provided.".into()));
}

("gemini-1.0-pro-latest", None, parts)
("gemini-1.5-flash-latest", None, parts)
};

let http_client = ctx.bot_state.http_client.clone();
Expand Down

0 comments on commit 335585d

Please sign in to comment.