Once you choose a cat the responses given will be from the perspective of that type of cat.
*Based on The Busy Developer's Guide to Gen AI by Jacob Orshalick, this chat bot uses the RAG (Retrieval Augmented Generation) technique. The Back-end is a simple Node.js/Express app, the front-end is a React app. LangChain is a framework used to integrate with the LLM and build a Vector Store with HNSWLib, and LLM responses are powered by OpenAI.