Fixed issues around the Azure OpenAI API in the code reviewer

This commit is contained in:
Jimmy Royer 2024-09-04 17:14:09 -04:00
parent cb0db573b8
commit ea35bd1354
15 changed files with 5705 additions and 348 deletions

View file

@ -9,11 +9,13 @@ inputs:
required: true
OPENAI_API_MODEL:
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
required: true
OPENAI_API_VERSION:
description: "OpenAI API version."
required: true
OPENAI_BASE_URL:
description: "Base URL to the OpenAI API model (OpenAI or Azure)."
required: true
exclude:
description: "Glob patterns to exclude files from the diff analysis"
required: false