Skip to content

Commit

Permalink
feat: fix gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
willy-dunamu committed Sep 4, 2024
1 parent de18944 commit e283083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/code-review-gpt/src/args.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export const getYargs = async (): Promise<ReviewArgs> => {
})
.option("provider", {
description: "Provider to use for AI",
choices: ["openai", "bedrock", "azure"],
choices: ["azure", "openai", "bedrock"],
type: "string",
default: "azure",
})
Expand Down

0 comments on commit e283083

Please sign in to comment.