GPT Copilot in Bubble app?

Hi there. I’m building a multi-tenant ticket system and I’m interested in an AI Copilot feature. Ideally, this feature would be trained on the tenants bubble database, and have the ability to make changes to the database and perform actions such as generating a new ticket, sending an email or other things of that nature. Has it been done before and is it achievable?

Hey @deancallaghan8 ,

I am using for several clients GPT4 with large context windows, allowing to pass into the system role of chatGPT company information to contextualize the answers.
More importantly, I am leveraging functions to feed back info from Bubble database on demand.

Such as current user orders. I use also this to create a support ticket or a new order if necessary.

Demo here to return info from Bubble to GPT: Azure AI ChatGPT on your Data Plugin Demo

Azure’s On Your Data allows also to ground GPT on quite large datasets, but using functions returning data on demand is probably sufficient.

Please DM me if you need more info.