Skip to content

Commit

Permalink
Fix API version in swagger info for OpenAI (Azure#21886)
Browse files Browse the repository at this point in the history
  • Loading branch information
bexxx authored and kayousef committed Dec 21, 2022
1 parent 78829e8 commit 9effe43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"info": {
"title": "Azure OpenAI Service API",
"description": "Azure OpenAI APIs for completions and search",
"version": "2022-03-01-preview"
"version": "2022-06-01-preview"
},
"servers": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"info": {
"title": "Azure OpenAI Service API",
"description": "Azure OpenAI APIs for completions and search",
"version": "2022-03-01-preview"
"version": "2022-12-01"
},
"servers": [
{
Expand Down

0 comments on commit 9effe43

Please sign in to comment.