Skip to content

Commit

Permalink
Updated auto-summarization to use GPT-4
Browse files Browse the repository at this point in the history
  • Loading branch information
eidens committed Oct 9, 2023
1 parent ca1505f commit 1dabd15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion peerreview/gpt.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def review_summarization_prompt(reviews_text):


review_summarization_parameters = {
"model": "gpt-3.5-turbo",
"model": "gpt-4",
"temperature": 0.7,
"max_tokens": 1024,
"top_p": 1,
Expand Down

0 comments on commit 1dabd15

Please sign in to comment.