Skip to content

Commit

Permalink
switch heavy model to gpt-4
Browse files Browse the repository at this point in the history
  • Loading branch information
gwilkes-rv committed May 10, 2023
1 parent 3e70a18 commit 37224f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,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'
openai_model_temperature:
required: false
description: 'Temperature for GPT model'
Expand Down

0 comments on commit 37224f6

Please sign in to comment.