Well, let's start with the beginning.
I decided to do a project for my college and I started to make my own chat to help a group of people find out information much faster and easier from my website.
My website is based on data about locations in the city of Baile Herculane, you may have heard of it.
I took an API from OpenAi and developed my own "tourist guide" in Python.
What is the problem.. because I would like all the answers to be given with information from that website.
E.g:
If someone asks:
Can you give me more details about the Statue of Hercules?
He should reply with information from that website, for example: https://baileherculane.ro/listing/statuia-lui-hercules/
The thing is that if I tell him this promptly, I checked and he takes the information from other sources... I even explained promptly that he must take the text when someone asks him about the "Statue of Hercules" from that class in the source code HTML.
But that doesn't work either, do you have another idea?
I thought that in the prompt I would put details about each location and put them in front of each location: "Can you ask about the Statue of Hercules say this: text text text"
Do you have another idea?