Skip to content

Commit

Permalink
action.cjs: gpt-4o support
Browse files Browse the repository at this point in the history
  • Loading branch information
thypon committed May 22, 2024
1 parent ff5fa66 commit 3f89219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ module.exports = async ({ github, context, inputs, actionPath }) => {
debounce_time: '6',
amplification: '4',
filterdiff_args: '--exclude=**/package-lock.json --exclude=**/yarn.lock --exclude=**/*.js.map --exclude=**/*.svg --exclude=**/test/data/**/* --exclude=**/docs/**/* --exclude=**/deploy/**/* --exclude=**/.htpasswd',
openai_models: 'gpt-4-turbo-2024-04-09 gpt-3.5-turbo-0125',
openai_models: 'gpt-4o-2024-05-13 gpt-3.5-turbo-0125',
anthropic_models: 'claude-3-opus-20240229',
bedrock_models: 'anthropic.claude-3-opus-20240229-v1:0',
owner: context.repo.owner,
Expand Down

0 comments on commit 3f89219

Please sign in to comment.