[Draft] chore: update default OpenAI model to gpt-4.1 across codebase and infra #181
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Purpose
This pull request updates the Azure OpenAI Service GPT model from
gpt-4o
togpt-4.1
across multiple files and documentation, reflecting the new model version (2025-04-14
) and its associated parameters. Additionally, there are changes to the Azure infrastructure configuration files (infra/main.json
) to include new metadata and subscription handling for Log Analytics Workspace resources.GPT Model Updates:
.github/workflows/deploy.yml
: UpdatedgptModelName
togpt-4.1
andgptModelVersion
to2025-04-14
.README.md
: Revised the description of Azure OpenAI Service to reflect support forgpt-4.1
and its variants.docs/AzureGPTQuotaSettings.md
: Updated instructions to selectGPT-4.1
for quota settings.docs/quota_check.md
: Adjusted quota check parameters and instructions to usegpt-4.1
. [1] [2] [3]infra/main.bicep
andinfra/main.bicepparam
: Updated default values forgptModelName
andgptModelVersion
togpt-4.1
and2025-04-14
, respectively. [1] [2]Documentation Updates:
docs/DeploymentGuide.md
: Revised deployment instructions to reflect the new GPT model (gpt-4.1
) and version.docs/ProcessingPipelineApproach.md
: Updated pipeline descriptions to useGPT-4.1
for text mapping and evaluation.docs/TechnicalArchitecture.md
: Updated technical architecture details to reflect the use ofGPT-4.1
.Infrastructure Configuration Enhancements:
infra/main.json
: Added new metadata, updated template hash values, and included subscription handling for Log Analytics Workspace resources. [1] [2] [3]These changes ensure the project is aligned with the latest GPT model capabilities while improving infrastructure management and documentation clarity.
Does this introduce a breaking change?
Golden Path Validation
Deployment Validation
What to Check
Verify that the following are valid
Other Information