Embed OpenAI Assistants to websites

Hi All,

I am an independent developer and have built Predictable Dialogs which can be used to embed your openAI assistant to your website.

The chat widget code is open source and available here:

https://github.com/Predictable-Dialogs/agent-embed

The server code is written in nestjs and I would like to open source the parts of the code related to interfacing with the chat widget and the code which talks to the openAI assistant API. I need help to do that, so anyone who understands nestjs and can help in this, please do DM me.

1 Like

Hi, is there a way to limit the number of messages per chat? Since it is quite expensive I am looking for a way to avoid a chat too be too long.
thank you

2 Likes

Hey!

Your tool looks amazing I love the design. I have also created an opensource tool to create chat for website you can give it a look here.

2 Likes

Hi @ferra.fx sure thing we can do that!

by the end of this week, I would have dropped a feature which would pre-generate messages, which could also save costs.

1 Like

thank you for the reply!
In my opinion it would be perfect if the limit is the ip of the user, so even if he reloads the page the limit remains.
thank you

1 Like

Honestly, I had been scouring the net for a good 9 hours trying to find a good OpenAI Assistant implementer. So many were not as simple and easy to install as yours. Your Predictable Dialogs was seamless and worked perfectly. In a matter of seconds I had my Assistant up and running and working exactly how I wanted it. Thank you :+1:

1 Like

Thank you for your kind words, if any issues pl don’t hesitate to contact me!

My contribution to the cause at GitHub - slkwd/ttassist: UI to OpenAI Assistant

Hi everyone! We have created an open-source OpenAI Assistant widget for websites. If you’re interested, you can use it for free: On github find our “widgetplatform/widget-oa” repository.

I am using your product. It is great for a no-coder like me.

I have feedback from my users. Biggest frustration is losing all chat if click away from the popup (happens more than you’d believe particularly on a tablet). So, how to retain chat history?

Comments from me, how to add TTS and image upload (and so replicating the assistant functionality)

Looking forward to your thoughts!

2 Likes

Yes i think there is a need to be able to restart a chat! Thanks for the feedback and trying out predictable dialogs.

1 Like

This topic was automatically closed after 15 hours. New replies are no longer allowed.