Python Starter with LiteLLM A minimal Python starter project for building AI applications with LiteLLM. Quick Start Create a .env file: OPENAI_API_KEY=your-api-key Run the app: uv run main.py The app will prompt you if the API key is missing.