How to build Chatbot with ChatGPT
With ChatGPT raging, I explored how to build a chatbot with ChatGPT . This exercise aimed to see if we could tune a custom GPT model based on one’s data. There are two ways to fine-tune the GPT model for this purpose. Either consume the data and use some RAGs to train the bot or…