Skip to content

Commit

Permalink
Update temperature instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
joshembling committed Feb 17, 2024
1 parent 215d7b6 commit b0549eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ return [
],
'chat' => [
'model' => 'gpt-4-turbo-preview', // Your OpenAI GPT model
'temperature' => 0.1, // Set temperature on the model
'temperature' => 0.1, // Set temperature between 0 and 1 (lower values will have less irrelevance)
],
],

Expand Down

0 comments on commit b0549eb

Please sign in to comment.