command/bin/bash -lc "sed -n '1,240p' README.md"
exit code 0
Output: # 🌍 AI Travel Planner — LLM API Demo **Generate smart, detailed travel itineraries using modern Large Language Model APIs.** --- ## 📋 What is This? A simple but professional portfolio project that demonstrates connecting Python to real LLM APIs (Google Gemini, OpenAI, Anthropic, or OpenRouter). You enter a destination, budget, days, and interests, and get a daily plan with activities, local tips, and cost breakdown — all generated by AI. - Supports **multiple LLM providers** — see how cleanly switching APIs is handled. - Designed to look well-structured and show practical API use, not just hacks. - Includes a web app (Gradio) plus testable Python code. --- ## 🌟 Features - 🗺️ **Smart AI Itinerary:** Enter “3 days in Paris, $700, food & art” and get back a well-formatted schedule, costs, plus local advice. - 🔁 **Multi-Provider LLM:** Code lets you use Gemini, OpenAI, Anthropic, or Ope