Skip to content

Commit

Permalink
Revert GPT model
Browse files Browse the repository at this point in the history
  • Loading branch information
cpbritton committed Jan 9, 2025
1 parent 17b8937 commit 1e0a892
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions infra/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -259,21 +259,21 @@
},
"azureOpenAIModel": {
"type": "string",
"defaultValue": "gpt-4o",
"defaultValue": "gpt-35-turbo-16k",
"metadata": {
"description": "Azure OpenAI Model Deployment Name"
}
},
"azureOpenAIModelName": {
"type": "string",
"defaultValue": "gpt-4o",
"defaultValue": "gpt-35-turbo-16k",
"metadata": {
"description": "Azure OpenAI Model Name"
}
},
"azureOpenAIModelVersion": {
"type": "string",
"defaultValue": "2024-11-20",
"defaultValue": "0613",
"metadata": {
"description": "Azure OpenAI Model Version"
}
Expand Down

0 comments on commit 1e0a892

Please sign in to comment.