You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -194,10 +194,10 @@ Select either "PostgreSQL" or "Cosmos DB":
194
194
195
195
When Deployment is complete, follow steps in [Set Up Authentication in Azure App Service](./docs/azure_app_service_auth_setup.md) to add app authentication to your web app running on Azure App Service
196
196
197
-
**Note**: The default configuration deploys an OpenAI Model "gpt-35-turbo" with version 0613. However, not all
198
-
locations support this version. If you're deploying to a location that doesn't support version 0613, you'll need to
197
+
**Note**: The default configuration deploys an OpenAI Model "gpt-4o" with version 2024-05-13. However, not all
198
+
locations support this version. If you're deploying to a location that doesn't support version 2024-05-13, you'll need to
199
199
switch to a lower version. To find out which versions are supported in different regions, visit the
200
-
[GPT-35 Turbo Model Availability](https://learn.microsoft.com/en-us/azure/ai-services/openai/concepts/models#gpt-35-turbo-model-availability) page.
200
+
[GPT-4o Model Availability](https://learn.microsoft.com/en-us/azure/ai-services/openai/concepts/models?tabs=global-standard%2Cstandard-chat-completions#global-standard-model-availability) page.
201
201
202
202
### Testing the deployment
203
203
1. Navigate to the admin site, where you can upload documents. It will be located at:
0 commit comments