🤝This template showcases a simple chatbot using LangChain.js and the Vercel AI SDK in a Next.js project.
💻You can find the prompt and model logic for this use-case in app/api/chat/quick_start/route.ts.
It is a well behaved bot that is polite and direct.️
🎨The main frontend logic is found in app/page.tsx.
This system is configured chat with JS MDN does. Click `Prime the system button` to ingest MDN docs. Once you see success message start chatting with it.