Skip to content

Commit

Permalink
feat: reduce temperature
Browse files Browse the repository at this point in the history
  • Loading branch information
emanuel-braz committed Nov 8, 2023
1 parent 99824af commit 078c2a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code-review/action.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ async function getAIResponse(messages) {
const chatCompletionParams = new ChatCompletionParams({
messages: messages,
model: OPENAI_API_MODEL,
temperature: 0.2,
temperature: 0,
max_tokens: 900,
top_p: 1,
frequency_penalty: 0,
Expand Down

0 comments on commit 078c2a3

Please sign in to comment.