Hi, I am working on a project where I would like to have chatGPT summarize any website for a URL entered by the user. I realize the chatGPT Completions API cannot browse the web so I’m not exactly sure of my next step. I thought maybe I could download the webpage and just upload the file to chatGPT for analysis, but I’m not seeing how to work with files with the Completion API.
Hi. Should be no problem.
Do you already have an existing API call to your chatgpt api?
Are you able to “send” a string via bubble.io/API to chatgpt and get a result to display in bubble?