mirror of
https://github.com/freeedcom/ai-codereviewer.git
synced 2025-04-21 01:56:47 +00:00
Added OPEN_AI_BASE_URL variable to plug into the openai library
This commit is contained in:
parent
415823ed2c
commit
cb0db573b8
6 changed files with 266 additions and 168 deletions
|
@ -11,6 +11,9 @@ inputs:
|
|||
description: "OpenAI API model."
|
||||
required: false
|
||||
default: "gpt-4"
|
||||
OPEN_AI_BASE_URL:
|
||||
description: "Base URL to the API model (Open AI or Azure portal)."
|
||||
required: false
|
||||
exclude:
|
||||
description: "Glob patterns to exclude files from the diff analysis"
|
||||
required: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue