Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
LyuLumos committed Jan 29, 2024
1 parent b03d041 commit aefed85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/google/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const providerGoogle = () => {
{
key: 'temperature',
name: 'Temperature',
description: 'The temperature controls the degree of randomness in token selection. ower temperatures are good for prompts that require a more deterministic or less open-ended response.',
description: 'The temperature controls the degree of randomness in token selection. Lower temperatures are good for prompts that require a more deterministic or less open-ended response.',
type: 'slider',
min: 0,
max: 1,
Expand Down

0 comments on commit aefed85

Please sign in to comment.