Skip to content

Commit

Permalink
Switch to o1-mini
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-huff committed Sep 24, 2024
1 parent 3c299f1 commit e794dce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/openAI.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const chat = new ChatOpenAI({
temperature: 0.9,
frequencyPenalty: 1.5,
presencePenalty: 1.5,
maxTokens: 700,
max_completion_tokens: 700,
user: "discord",
modelName: "o1-mini",
});
Expand Down

0 comments on commit e794dce

Please sign in to comment.