Installation

To install chat2llms, use pip:

pip install chat2llms

For development, clone the repository and install dependencies:

git clone https://github.com/goldollarch/chat2llms.git

cd chat2llms
pip install -r requirements.txt

pip install -e ".[dev]"

Requirements

  • Python >= 3.8

  • requests>=2.28.0

  • difflib