DEV Community

Anubhav Jain
Anubhav Jain

Posted on

ChatBot

Hey everyone.
This is my first post here. I recently built a generative chatbot using keras. The chatbot uses LSTMs and dense layers to provide output to the user. The chatbot is currently text-based, however, I plan to add text-to-speech to it as well.

Top comments (1)

Collapse
 
ai_joddd profile image
Vinayak Mishra

Nice content, liked the code part.. But how do you solve hallucinations for chatbots? Asking coz I read something similar on LLM hallucination detection