Added OPEN_AI_BASE_URL variable to plug into the openai library

This commit is contained in:
Jimmy Royer 2024-09-01 18:27:52 -04:00
parent 415823ed2c
commit cb0db573b8
6 changed files with 266 additions and 168 deletions

View file

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