Skip to content

Commit

Permalink
feat: switch default module to gpt-4o-mini
Browse files Browse the repository at this point in the history
  • Loading branch information
25077667 committed Aug 5, 2024
1 parent 8599f3a commit bf69087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"frequency_penalty": 1.6,
"presence_penalty": 0.1,
"revise": {
"model": "gpt-3.5-turbo",
"model": "gpt-4o-mini",
"threshold": 6.5,
"max_tokens": 128,
"temperature": 1,
Expand Down

0 comments on commit bf69087

Please sign in to comment.