This commit is contained in:
Deyaaeldeen Almahallawi 2024-11-19 21:10:18 +02:00 коммит произвёл GitHub
Родитель 6ba62e82a7
Коммит 8b7de5bcd4
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
3 изменённых файлов: 12 добавлений и 2 удалений

Просмотреть файл

@ -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",