File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ jobs:
144144 secondaryLocation="northcentralus" \
145145 deploymentType="GlobalStandard" \
146146 gptModelName="gpt-4.1" \
147- azureOpenaiAPIVersion="2024-05 -01-preview" \
147+ azureOpenaiAPIVersion="2025-01 -01-preview" \
148148 gptDeploymentCapacity=${{ env.GPT_MIN_CAPACITY }} \
149149 embeddingModel="text-embedding-ada-002" \
150150 embeddingDeploymentCapacity=${{ env.TEXT_EMBEDDING_MIN_CAPACITY }} \
Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ By default this template will use the environment name as the prefix to prevent
1414| ` AZURE_ENV_SECONDARY_LOCATION ` | string | ` eastus2 ` | Specifies a secondary Azure region. |
1515| ` AZURE_ENV_MODEL_DEPLOYMENT_TYPE ` | string | ` Standard ` | Defines the model deployment type (allowed: ` Standard ` , ` GlobalStandard ` ). |
1616| ` AZURE_ENV_MODEL_NAME ` | string | ` gpt-4.1 ` | Specifies the GPT model name (allowed: ` gpt-4.1 ` ). |
17- | ` AZURE_ENV_MODEL_VERSION ` | string | ` 2024-05-13 ` | Set the Azure model version (allowed values: ` 2024-08-06 ` ) . |
18- | ` AZURE_ENV_OPENAI_API_VERSION ` | string | ` 2024-05 -01-preview` | Specifies the API version for Azure OpenAI. |
17+ | ` AZURE_ENV_MODEL_VERSION ` | string | ` 2025-04-14 ` | Set the Azure model version. |
18+ | ` AZURE_ENV_OPENAI_API_VERSION ` | string | ` 2025-01 -01-preview` | Specifies the API version for Azure OpenAI. |
1919| ` AZURE_ENV_MODEL_CAPACITY ` | integer | ` 30 ` | Sets the GPT model capacity (based on what's available in your subscription). |
2020| ` AZURE_ENV_EMBEDDING_MODEL_NAME ` | string | ` text-embedding-ada-002 ` | Sets the name of the embedding model to use. |
2121| ` AZURE_ENV_IMAGETAG ` | string | ` latest ` | Set the Image tag Like (allowed values: latest, dev, hotfix) |
You can’t perform that action at this time.
0 commit comments