Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 3 days ago.
Improve this question
I would like to use ChatGPT to create a chatbot that can speak with potential clients of my company about the company. For that I need first to supply ChatGPT with this information.
At the moment I see two ways of doing it.
- Create a several pages text document with all the relevant information about the company and each time when a user asks a question send to ChatGPT this text with the user question attached to the end of this text.
- Train the model on the text containing information about the company.
As far as I understand, the first method has a drawback that it cannot be to large, because ChatGPT has some limits on the size of requests.
On the other hand, I do not know what to expect from the training of the model on our text. I am afraid that the text provided for training will "dissolve" in the context of the huge text corpus used for the original training of ChatGPT.