Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.

Commit

Permalink
feat: switch to gpt-4-turbo-preview
Browse files Browse the repository at this point in the history
  • Loading branch information
pascal-zarrad committed Feb 28, 2024
1 parent 02eabd3 commit cae62ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ inputs:
review_simple_changes:
required: false
description: 'Review even when the changes are simple'
default: 'true'
default: 'false'
review_comment_lgtm:
required: false
description: 'Leave comments even if the patch is LGTM'
Expand Down Expand Up @@ -156,7 +156,7 @@ inputs:
openai_heavy_model:
required: false
description: 'Model to use for complex tasks such as code reviews.'
default: 'gpt-3.5-turbo'
default: 'gpt-4-turbo-preview'
openai_model_temperature:
required: false
description: 'Temperature for GPT model'
Expand Down

0 comments on commit cae62ad

Please sign in to comment.