Generate ChatGPT Message
Integrate your Feathery form with GPT or any AI service to generate intelligent responses to form inputs that are editable and can power logic.
Overview
This rule runs after a location and time is collected on Step 1
and the step is submitted. The field entries are used to query ChatGPT to generate a customized invite message that is editable in a text area field on Step 2
.
This pattern can be used to integrate with any AI service to generate any content from any user inputs.
Rule Logic
API Connector
Under the API connectors tab, create a connector with the following configuration:
Base URL: https://api.openai.com/v1
Allowed Endpoints:
/chat/completions
Headers:
Authorization
:Bearer {{OPENAI_API_KEY}}
Fill in {{OPENAI_API_KEY}}
with your OpenAI API key.
Last updated