I have a quesiton about uploading a web url to the GPT assistant or GPT.
I want to build a chatbot that knows everything in the web url (sitemap) and in the conversation with the user it refers to the urls that the knowledge is extracted.
Can you help me how can i do this?
- Send a request to the website and store the answer in a variable, I’ll name this variable
response
.
- Send a request to OpenAI with the user prompt and the
response
content
That’s pretty much all you have to do. This is an approach for coding with the API. I’m not sure on how to implement this with GPT Builders.
I hope it was still helpful though.
Good luck! 