Dynamic Completion

Hi There

Newbie here, started to exploring GPT-3 models. I have some scenario just would like get some advise the best to solve it. Basically if i would like to have “dynamic” answer that involve getting data from 3rd party API or Database, i.e “Available air flight ticket on 28th December 2022”, basically the answer have to get from our database for the availability. How to achieve this?

Cheers

The best what can be achieved is to use GPT-3 to obtain the booking details, then search in your database and finally use GPT-3 to formulate a human friendly information.