Hello everyone,
I’m currently learning Python, and I’m interested in building a custom chatbot for an e-commerce web app. I’m aware that there are third-party tools and services that offer chatbot integrations, but I’d prefer to build my own solution without relying on paid subscriptions.
Specifically, I want to create a chatbot that:
Can be embedded on a web page
Uses LLM APIs (like OpenAI, Gemini, etc.) or prompt engineering techniques
Has access to and can interact with my website’s specific data (product information, custom support, can do email to the owner, taking orders, FAQs, etc.)
I’m looking for guidance on how to approach this—whether it’s through API connections or any other effective method.
If anyone has experience with this or can point me in the right direction, I would really appreciate your help!
Thank you!
