Closed cmsax closed 1 year ago
I've tested this new awesome feature today, it worked and I found that the content return by GPT was truncated in some cases, like below:
tested url: https://www.baidu.com
It looks that GPT returned more than one item, maybe we can optimize the prompt.
@cmsax Try now. it seemed to have fixed the issue for me.
It now works!
So this had to be done as a double API Call since CORS is an issue with Fetch and Axious I used a third-party service (Browserless) to get the page content initially and then passed that info to OPEN AI to summarize.