[OpenAI] Update version (#31821)
This commit is contained in:
Родитель
6ba62e82a7
Коммит
8b7de5bcd4
|
@ -1,5 +1,15 @@
|
|||
# Release History
|
||||
|
||||
## 2.1.0-beta.1 (Unreleased)
|
||||
|
||||
### Features Added
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
### Bugs Fixed
|
||||
|
||||
### Other Changes
|
||||
|
||||
## 2.0.0 (2024-11-18)
|
||||
|
||||
This release marks the first stable library version for `@azure/openai` and it exposes Azure-exclusive features supported in the latest Azure OpenAI Service stable `api-version` label of `2024-10-21`.
|
||||
|
|
|
@ -548,4 +548,4 @@ The following table explores several type names from `@azure/openai` and shows t
|
|||
|
||||
## Azure types
|
||||
|
||||
`AzureOpenAI` connects to the Azure OpenAI service and can call all the operations available in the service. However, the types of the requests and responses are inherited from the `OpenAI` and are not yet updated to reflect the additional features supported exclusively by the Azure OpenAI service. TypeScript users will need to import `"@azure/openai/types"` from `@azure/openai@2.0.0-beta.1` which will merge Azure-specific definitions into existing types. Examples in [the Migration examples](#migration-examples) section show how to do this.
|
||||
`AzureOpenAI` connects to the Azure OpenAI service and can call all the operations available in the service. However, the types of the requests and responses are inherited from the `OpenAI` and are not yet updated to reflect the additional features supported exclusively by the Azure OpenAI service. TypeScript users will need to import `"@azure/openai/types"` from `@azure/openai@latest` which will merge Azure-specific definitions into existing types. Examples in [the Migration examples](#migration-examples) section show how to do this.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@azure/openai",
|
||||
"version": "2.0.0",
|
||||
"version": "2.1.0-beta.1",
|
||||
"description": "A companion library to openai for Azure OpenAI.",
|
||||
"sdk-type": "client",
|
||||
"main": "./dist/commonjs/index.js",
|
||||
|
|
Загрузка…
Ссылка в новой задаче