azure-openai-connector
Reactive icon

Azure OpenAI Connector

Stable version 1.1.0 (Compatible with OutSystems 11)
Uploaded on 17 July 2023 by 
4.3
 (3 ratings)
azure-openai-connector

Azure OpenAI Connector

Details
The Azure OpenAI Connector enables developers to seamlessly connect and leverage the advanced artificial intelligence capabilities of Azure OpenAI.
Read more

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.

Release notes (1.1.0)
  • Added Demo App
  • Porting to support plaform version 11.18.1 
  • Fixed bug that was causing actions StreamChatCompletion and StreamCompletion to be synchronous instead of asynchronous
  • 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 synchronous requests
License (1.1.0)
Reviews (2)
by 
2023-07-15
in version 1.0.1
Some documentation and a sample app would be wonderful.
by 
2023-06-25
in version 1.0.0
It's great that OutSystems is delivering such a crucial connector, one which will be key for the next phase of software development. It combines the power of GPT-4 and other models from the team at Open AI, via the Azure platform, facilitating its integration into our projects. While this review is only based on initial impressions, it is clear that the use of this connector holds significant potential and value fro many current and future projects. Kudos to the entire team for their work.
Team