Can Custom GPT's or Open AI Agents Be Integrated with Pipedream for Building an Automated Investment Memo Generator?

This topic was automatically generated from Slack. You can find the original thread here.

I am building an automated investment memo generator with pipe dream; however, I really need to use a custom gpt to get the desired output. Is there any way to integrate Custom GPT’s or Open AI agents with Pipedream?

Hi Custom GPTs are only accessible via the ChatGPT app or web UI.

The Assistants API is the API Platform variation of this; where you build a defined assistant and then can interact with it via API.

The Responses API is their latest API which is being designed to replace the (now legacy) chat completion and assistant API.

What exactly are you trying to do that requires interacting with a custom GPT?