mirror of
https://github.com/freeedcom/ai-codereviewer.git
synced 2025-04-21 18:16:47 +00:00
add readme entry and github action input
This commit is contained in:
parent
50095030c4
commit
247088e438
2 changed files with 5 additions and 0 deletions
|
@ -11,6 +11,10 @@ inputs:
|
|||
description: "OpenAI API model."
|
||||
required: false
|
||||
default: "gpt-4"
|
||||
EXTRA_INSTRUCTIONS:
|
||||
description: "Extra instructions to be added to the text prompt."
|
||||
required: false
|
||||
default: ""
|
||||
exclude:
|
||||
description: "Glob patterns to exclude files from the diff analysis"
|
||||
required: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue