Which frontend solution easiest to integrate with Assistants API?

I want to automate support chat on my website. Which frontend solution (ideally free) is easiest to integrate with Assistants API? If it needs a little programming - it is OK)

1 Like

I don’t if it is too complex but I created a very simple flask project with the frontend included. I am using this code to when I need to create a new assistant.

But you need some python knowledge.

Code can be found here.
Medium post with explanation can be found here.

1 Like

It looks just great. I will give it a try ASAP. By the way have tried to train assistant for programming code generation? Especially to use some specific patterns like MVVM, GOF, DI?

1 Like

It works great if you talk about a specific subject and provide him the official documentation.

Last time I had question about Next.JS stuff so I provided the library documentation and he was able to help.

1 Like

Did you provide documentation as a link to the some root section of docs (and it crawled what was under)? Or in which way?

1 Like

I use the crawlers to crawl specific section of the documentation then it will extract all the content under the specified url.

1 Like