Hello all!
I’m currently working on an app that will make product recommendations to users based on both their input and the output of a large language model that I have extended with data from my own dataset. Do you guys know if it is possible to embed such a model in an app that is built with Adalo?
I do know that there’s an option to integrate ChatGPT with an API call, but this is slightly different since I am using a model that I trained and would like to incorporate into the app.
Many thanks in advance!