I just stumbled upon a tool called Pickaxe. This tool allows you to embed AI on any site, including Glide.
To implement GPT into your Glide app just follow these steps :
-
Create a GPT on https://beta.pickaxeproject.com/
-
Copy the embed code from pickaxe and paste in into e template column in glide using the following HTML code :
!DOCTYPE html
html
body
EMBED THE CODE HERE
/body
/html
Remember to use <> in the HTML
- Create a ne javascript code column and paste the following code :
returndata:text/html;charset=utf-8,${encodeURIComponent(p1)}
;
p1 = the HTML column you just created
- Add an embed component in your app and choose the javascript code as the source.