Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

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