-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
96ac7f9
commit ec94835
Showing
2 changed files
with
21 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
name: 'Dexter - AI Code Reviewer' | ||
author: 'Ishan Nagpal' | ||
description: 'Automated code review with Dexter AI using OpenAI models' | ||
inputs: | ||
GITHUB_TOKEN: | ||
description: 'GitHub Token for authentication' | ||
required: true | ||
OPENAI_API_KEY: | ||
description: 'OpenAI API Key for accessing AI models' | ||
required: true | ||
OPENAI_API_MODEL: | ||
description: 'The OpenAI model to use for code review' | ||
required: false | ||
default: 'gpt-4-0314' | ||
runs: | ||
using: 'node18' | ||
main: 'dist/index.js' | ||
branding: | ||
icon: 'eye' | ||
color: 'blue' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters