Skip to content

Commit

Permalink
Utilize gemini pro model in docs (#149)
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Chestnut <[email protected]>
  • Loading branch information
MaesterChestnut and Chris Chestnut authored May 13, 2024
1 parent 9239bd4 commit dcd9734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/models.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ let history: MessageData[] = [
{ role: 'system', content: [{ text: 'Talk like a pirate.' }] },
];
let response = await generate({
model: gpt35Turbo,
model: geminiPro,
prompt: "How do you say 'dog' in French?",
history,
});
Expand Down

0 comments on commit dcd9734

Please sign in to comment.