add readme entry and github action input

This commit is contained in:
Mark Arts 2024-02-29 09:34:12 +01:00 committed by GitHub
parent 50095030c4
commit 247088e438
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 0 deletions

View file

@ -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