I’ve seen talk about how to embed a chat gpt bot in WP but cannot find for Kajabi. Any thoughts on the best/easiest way to take a chat bot I created on chat gpt and embedding it into my Kajabi website landing page or membership community post where they have sections for copy and paste custom code? Do I need to host it somewhere else first?
Welcome to the dev forum @monhershaft
You can’t embed a GPT, created on ChatGPT, on your website as of writing this post.
Assistants API is the closest API equivalent of GPT.
You can get started quickly by prototyping on the Assistants Dashboard.
Also note that when you use that the usage on API is billed separately from ChatGPT
As far as UI is concerned there are probably lots of options, but I chose to use React as it’s got a track record for creating web components.
I’ve been working on a fork of the Chatscope library for my deployable Chat UI which is based on React. Mainly because I want to apply my own customisations and it looks like the original developers have left the project unmaintained, but whilst the dependencies are a bit out of date, the original project is great.
The other project which seems to have had a similar fate is ChatUX which also looks promising.
Perhaps you or others have a good UI in mind?
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.