Skip to content

Commit

Permalink
fix: increase openai max token limit 3x
Browse files Browse the repository at this point in the history
128 token handling roughly 10 code review commetns
  • Loading branch information
EresDev committed Aug 16, 2024
1 parent ce2d0b2 commit 7090b65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parser/content-evaluator-module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ export class ContentEvaluatorModule implements Module {
},
],
temperature: 1,
max_tokens: 128,
max_tokens: 384,
top_p: 1,
frequency_penalty: 0,
presence_penalty: 0,
Expand Down

0 comments on commit 7090b65

Please sign in to comment.