mirror of
https://github.com/freeedcom/ai-codereviewer.git
synced 2025-04-21 01:56:47 +00:00
model param and make file
This commit is contained in:
parent
489f650419
commit
4509e8d5dc
2 changed files with 4 additions and 0 deletions
|
@ -7,6 +7,9 @@ inputs:
|
|||
OPENAI_API_KEY:
|
||||
description: "OpenAI API key for GPT."
|
||||
required: true
|
||||
OPENAI_MODEL:
|
||||
description: "OpenAI model for GPT."
|
||||
required: true
|
||||
exclude:
|
||||
description: "Glob patterns to exclude files from the diff analysis"
|
||||
required: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue