Login to follow
Open AI Connector

Open AI Connector (ODC)

Stable version 0.1.2 (Compatible with ODC)
Uploaded on 08 March 2024 by OutSystems Labs
Open AI Connector

Open AI Connector (ODC)

Details
Detailed Description

OpenAI Chat Completion API connector.

Given a combination of System Message and User Message, associated with configurable (through settings) OpenAI Model and Temperature, a Post call to the https://api.openai.com/v1/chat/completions API method is done, providing an response from the OpenAI artificial intelligence.

Limitations

Currently only supports PostCompletions through the v1 API.

Does not support chat streaming.

Currently does not allow setting any configuration of neither Frequency Penalty nor Presence Penalty.