We are delighted to introduce our ChatGPT connector. This will be first library included in our AI connector range.
The implementation allows you to send requests and receive responses from the ChatGPT AI. Furthermore, you can convert speech to text, which could be useful for transcribing audio calls.
For full documentation, please see here.
This task allows you to send a request with prompts and other variables to generate the response from ChatGPT.
We have provided an example below.
Input XML
<?xml version="1.0"?>
<ChatCompletions>
<Options Prompt="Only ever respond with names of colours"></Options>
<ChatCompletion Id="1">
<Options NumberOfResults="5" Prompt="can you reply in the style of Gordon ramsay" />
<Messages>
<Message>Hello</Message>
</Messages>
</ChatCompletion>
</ChatCompletions>
This task allows you to send an audio file to ChatGPT which will be transcribed in the response. Furthermore, if the audio is a conversation, ChatGPT will attempt to break up the conversation by providing segments in the response.
Again, we have provided an example below.
Input XML
<?xml version="1.0"?>
<Transcriptions>
<Options Model="Foo" />
<Transcription>
<Options Model="whisper-1" />
<File>7ebeb372-1cbc-bdb2-373c-ba433f3cc5fd.wav</File>
</Transcription>
</Transcriptions>
We are delighted to introduce our Microsoft Dynamics 365 connector. This library will be added to our accounting connector range.
The initial implementation allows you to send requests and receive responses from the Dynamics 365 platform, giving seamless integration with the XML format outlined in our documentation.
For full documentation, please see here.
Please see below for a list of tasks available with this connector.