I am trying to integrate a custom GPT into my google sites website. I am trying integrate it without hosting it in the backend and hosting it in the cloud. I want it GPT. It is now asking for a schema and I do not know what that is. I just want to be able to integrate the GPT into the website.
Heya! Welcome to the forum.
A Custom GPT is only available in the ChatGPT ecosystem.
If you’d like something similar, look into Assistants API.
thank you very much i appreciate your time
Yes, you can create your own Assistants using the API and host the custom GPT on cloud. Make sure you have proper tools definition, instructions and set the right temp or top_p depending on your use case.
Note: Keep in mind while designing; to have assistant created only once, retrieve the ID and use it for your runs. Cheers
I would also highly recommend using the Assistant API.
Do you have any code knowledge or you want to use external software?
Hi everyone! I’m finishing up a Google Site that I built as part of a business audit I’ve been working on. It would be pretty awesome if the cherry on top was adding a chat bot that could converse with the business about the data stored on the site.
Did anyone figure out how to integrate a bot into their google site?