I’d like to implement a simple chatbot to demonstrate a service to a client.
It’s like a custom GPTs.
I tested it via GPTs and it works well.
I input the custom instruction and domain knowledge files into the GPTs.
But I do not want to reveal ChatGPT user interface, because my service is not OpenAI’s.
So, I’d like to show a simple chatbot with my logo.
Where can I build the chatbot as easy as possible?
I am looking for a service that provides server, url and chat interface.
And to put the domain knowledge files and the custom instruction, I want to use Assistant API.