I’m looking for the best, working example to create a chat bot where I can supply my own data. The end game is a friendly, AI customer service rep that knows all our user’s guides, technical documents, etc.
Here is the best reference I found so far:
dev.to/0xmichaelwahl/training-chatgpt-with-local-data-to-create-your-own-chat-bot-4l53
However, it doesn’t run out of the box because an API method has been renamed and some attributes have changed as well.
I don’t see an example in the openai-cookbook for supplying your own data either. (BTW, just cloned openai-cookbook, and it came down with modifications where everything is deleted (???).)
Any direction is appreciated.