Login to follow
Azure Open AI Connector

Azure Open AI Connector (ODC)

Stable version 0.1.2 (Compatible with ODC)
Uploaded on 17 July 2023 by OutSystems Labs
Azure Open AI Connector

Azure Open AI Connector (ODC)

Details
Detailed Description

The Azure Open AI Connector enables developers to seamlessly connect and leverage the advanced artificial intelligence capabilities of Azure OpenAI.

The component allows to use the following operations:

  • Completions
  • Chat Completions
  • Embeddings

Completions

With the Completions operation, the model will generate one or more predicted completions based on a provided prompt.

Chat Completions

Create completions for chat messages with the ChatGPT and GPT-4 models.

Embeddings

Get a vector representation of a given input that can be easily consumed by machine learning models and other algorithms.


To use this connector it is necessary to have a Microsoft Azure account with the service Azure OpenAI activated
Using the Azure OpenAI service will have cost that will be billed in your Azure Account. Check the Azure OpenAI pricing page.


Limitations

Currently, the connector isn't implementing Image generation and it isn't exposing any Management APIs.



Release notes 
  • Renamed the Static Entity from Role to MessageRole
  • Fixed issue that was causing the response to lose characters and sometimes to delete previous parts of the response in streaming mode
  • Fixed the conversion to UTF-8 in the synchronous requests