Skip to content

FNNDSC/claimm

Repository files navigation

Claimm

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.

Features

  • Multi-model support
  • Contextual history with MongoDB
  • Rich CLI formatting

Quick Start

  1. Clone the repository.
  2. Set up a virtual environment:
    python3 -m venv venv
    source venv/bin/activate
  3. Install dependencies:
    pip install -r requirements.txt
  4. Run the app:
    python -m src.claimm.main

License

MIT License

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages