Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 392 Bytes

File metadata and controls

24 lines (15 loc) · 392 Bytes

perplexity-search

Perform AI-powered web searches with real-time information using Perplexity models via LiteLLM and OpenRouter.

Setup

cd perplexity-search
python3 -m venv .venv && source .venv/bin/activate && pip install litellm -q

Environment variables

  • OPENROUTER_API_KEY

Usage

python3 scripts/setup_env.py --help

Dependencies

  • litellm