I have created my own GPT with custom data about my business, Now I want to use it as a chatbot in my personal website. How to do that? Which API i need to use exactly to get this connected?
ChatGPT can only be used through OpenAIs website. If you want something more advanced you have to request API access and do everything through that.
The page doesn’t exist…Can you share the data?
What’s written inside??
The page is not working. Can you reshare the link please?
Hi guys, I’m new here but this question is one I asked my self over and over again until I came up with a solution. The actual front end of the ChatGPT can be created or installed from GitHub repos so I don’t want to talk about that. Now, using a vector DB such as Pinecone (it worked for me) is a good start when creating your own GPT Chatbot. Also, using other coding languages such as PHP can help speed up the process.
WordPress uses PHP and has a lot of plugins that you can use to (test) get started. This way you will be able to understand the overall view and then begin to implement the very same logic in custom code.
Sounds like a lot? Its not because it only took me about 10 minutes to set it up and my my own ChatGPT like chatbot based on my own data.
Adding data to the vector is also easy. I started adding my blog posts to the vector within a few minutes and it literally takes seconds to upload a massive amount of data.
Happy coding.