Hi @chomemory,
That’s not an easy thing to do unfortunately. The idea is to create a lot of reply/answer based on your website (so you first need to find a way to generate all this from your website, there is no way to automate this), then clean that data, to avoid repetition, unclear sentences, etc, then based on an existing AI model (like davinci, which is very much like ChatGPT), you can provide your set of data, and a new model will be created based on it.
Then, you can simply use my plugin, add the new model you created (this is exactly why I have a “Extra Models” field in my plugin), and the chatbot will behave differently, based on the data you provided.
The process is called fine-tuning, and you can learn more about it here: .
There is nothing much that can be done to prepare this set of data, you need to find a way to do it depending on what you have and what you want. But for the second step, which is to check/submit this data to OpenAI in order to train a new model, I will implement this in the plugin a bit later.
