Claimm (Command Line AI for Multi-Models) is a CLI app for interacting with multiple AI models (OpenAI and Claude). It supports context management and a modular design. Its purpose is to simplify the activity of sending the same "request" to different LLMs and to easily seed requests with specific prompt directives.
- Multi-model support
- Contextual history with MongoDB
- Rich CLI formatting
- Clone the repository.
- Set up a virtual environment:
python3 -m venv venv source venv/bin/activate
- Install dependencies:
pip install -r requirements.txt
- Run the app:
python -m src.claimm.main
MIT License