Skip to content

ankitsharma07/lil-llm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lil-llm

A CLI tool for interacting with large language models via BYOK (Bring Your Own Key).

Features

  • Support for multiple LLM providers (OpenAI, Anthropic, Google)
  • One-shot chat mode for quick queries
  • Interactive thread-style chat sessions
  • Flexible API key management (environment variables, config files, or command-line)
  • Rich terminal interface with syntax highlighting

Installation

# Install in development mode
pip install -e .

# Or install dependencies manually
pip install click openai anthropic google-generativeai rich python-dotenv pydantic

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages