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)
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.
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?
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.
Did you provide documentation as a link to the some root section of docs (and it crawled what was under)? Or in which way?
I use the crawlers to crawl specific section of the documentation then it will extract all the content under the specified url.