Skip to content

Commit

Permalink
Update the default model (#21)
Browse files Browse the repository at this point in the history
* Update the default model

* Remove gpt 4 line
  • Loading branch information
johnlk authored Jun 4, 2023
1 parent 1bae22a commit da1be70
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 @@ -10,7 +10,7 @@ inputs:
gpt_model_name:
description: 'The OpenAI used to generate the chat completion'
required: false
default: 'gpt-3.5-turbo-0301'
default: 'gpt-3.5-turbo'
github_api_url:
description: 'URL to the API of your Github Server, only necessary for Github Enterprise customers'
required: false
Expand Down

0 comments on commit da1be70

Please sign in to comment.