Skip to content

Commit

Permalink
Post release automated changes for openai releases (#26479)
Browse files Browse the repository at this point in the history
Post release automated changes for azure-openai
  • Loading branch information
azure-sdk authored and dgetu committed Sep 6, 2023
1 parent dfb0a4a commit 0cb31d5
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions sdk/openai/openai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History

## 1.0.0-beta.4 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 1.0.0-beta.3 (2023-07-13)

### Features Added
Expand Down
2 changes: 1 addition & 1 deletion sdk/openai/openai/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@azure/openai",
"version": "1.0.0-beta.3",
"version": "1.0.0-beta.4",
"description": "An isomorphic client library for Azure OpenAI.",
"sdk-type": "client",
"main": "dist/index.cjs",
Expand Down
2 changes: 1 addition & 1 deletion sdk/openai/openai/src/rest/openAIClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export default function createClient(
},
};

const userAgentInfo = `azsdk-js-openai-rest/1.0.0-beta.3`;
const userAgentInfo = `azsdk-js-openai-rest/1.0.0-beta.4`;
const userAgentPrefix =
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
? `${options.userAgentOptions.userAgentPrefix} ${userAgentInfo}`
Expand Down

0 comments on commit 0cb31d5

Please sign in to comment.