Azure OpenAI Service (GPT) linked application
- name
- AppTemplate AOAI (GPT) Integration for Marketing
- tag
- Generative AI/GPT/Azure OpenAI Service
- Connector used
- REST Connector
The following process is performed using Azure OpenAI Service:
- A process that passes the "data to be processed (CSV file)" and "prompt for how to process the data" to the Azure OpenAI Service, and outputs the results generated by the Azure OpenAI Service.
This application includes:
script
- Request sending script
How to install and use it
Script Details
Request sending script (AOAI_send_request)
It reads the CSV file for input and sends it to the Azure OpenAI Service along with the instructions.
The results received from the Azure OpenAI Service are written to a CSV file.
How to install and use it