Skip to content

Commit e34c202

Browse files
committed
Update OpenAI API version to 2023-12-01-preview
1 parent bdbe000 commit e34c202

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ The ARM template deploys the services and sets the configuration settings for th
117117
118118
| Setting | Purpose | Default value |
119119
| ------- | ------- | ------------- |
120-
| `OpenAIApiVersion` | The API version of Azure OpenAI to use | `2023-06-01-preview` |
120+
| `OpenAIApiVersion` | The API version of Azure OpenAI to use | `2023-12-01-preview` |
121121
| `OpenAIEmbeddingDeployment`* | The deployment name of the [Azure OpenAI embedding model](https://learn.microsoft.com/azure/ai-services/openai/concepts/models) to use | `text-embedding-ada-002` |
122122
| `OpenAIEmbeddingVectorDimensions` | The [dimensions](https://learn.microsoft.com/azure/ai-services/openai/concepts/models#embeddings-models) of the vectors generated by the embedding model | `1536` |
123123
| `OpenAIGptDeployment` | The deployment name of the [Azure OpenAI GPT model](https://learn.microsoft.com/azure/ai-services/openai/concepts/models) to use | `gpt-35-turbo` |

azuredeploy.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"webPlanName": "[concat(parameters('resourcePrefix'), '-', uniquestring(resourceGroup().id), '-web-plan')]",
5959
"webAppName": "[concat(parameters('resourcePrefix'), '-', uniquestring(resourceGroup().id), '-web-app')]",
6060
"searchServiceName": "[concat(parameters('resourcePrefix'), '-', uniquestring(resourceGroup().id), '-search')]",
61-
"openaiApiVersion": "2023-06-01-preview",
61+
"openaiApiVersion": "2023-12-01-preview",
6262
"storageContainerNameBlobDocuments": "blob-documents",
6363
"storageContainerNameBlobChunks": "blob-chunks",
6464
"textChunkerPageLength": 2000,

0 commit comments

Comments
 (0)