This is an AI-powered travel planner app built with React + Vite, using LangChain.js and Ollama to run a local LLM and generate smart trip itineraries.
- 🧠 Uses open-source LLMs via Ollama
- 🔗 Powered by LangChain.js for prompt chaining
- 💬 Accepts user input: destination, interests, number of days
- 📄 Renders responses in Markdown
- ⚡ Built using Vite + React
git clone https://github.com/yourusername/planpilot.git
cd planpilotnpm installollama pull qwen2.5-coder:1.5b-base
ollama run qwen2.5-coder:1.5b-base npm run devVisit http://localhost:5173 in your browser.
