Skip to content

Commit 06e2f92

Browse files
committed
fix: update deprecated model (#3)
1 parent a7288e5 commit 06e2f92

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ You can also find [more Azure AI samples here](https://github.com/Azure-Samples/
125125
126126
### Region availability
127127
128-
This template uses model `gpt-35-turbo (0613)` which may not be available in all Azure regions. Check for [up-to-date region availability](https://learn.microsoft.com/azure/ai-services/openai/concepts/models#standard-deployment-model-availability) and select a region during deployment accordingly.
128+
This template uses model `gpt-4o-mini` which may not be available in all Azure regions. Check for [up-to-date region availability](https://learn.microsoft.com/azure/ai-services/openai/concepts/models#standard-deployment-model-availability) and select a region during deployment accordingly.
129129
130130
We recommend using `East US 2` if you're unsure of which region to choose.
131131

infra/main.parameters.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
"value": "${AZURE_OPENAI_API_VERSION=2024-02-01}"
1919
},
2020
"chatModelName": {
21-
"value": "${AZURE_OPENAI_API_MODEL=gpt-35-turbo}"
21+
"value": "${AZURE_OPENAI_API_MODEL=gpt-4o-mini}"
2222
},
2323
"chatModelVersion": {
24-
"value": "${AZURE_OPENAI_API_MODEL_VERSION=0613}"
24+
"value": "${AZURE_OPENAI_API_MODEL_VERSION=2024-07-18}"
2525
},
2626
"isContinuousDeployment": {
2727
"value": "${CI=false}"

0 commit comments

Comments
 (0)