1.0.0-beta.15 (2024-03-20)
This release targets the latest 2024-03-01-preview
service API label and brings support for the Dimensions
property when using new embedding models.
Features Added
EmbeddingsOptions
now includes theDimensions
property, new to Azure OpenAI's2024-03-01-preview
service API.
Bugs Fixed
- Several issues with the
ImageGenerations
response object being treated as writeable are fixed:ImageGenerations
no longer has an erroneous public constructorImageGenerations.Created
no longer has a public setterImageGenerations.Data
is now anIReadOnlyList
instead of anIList
- A corresponding replacement factory method for mocks is added to
AzureOpenAIModelFactory