Metadata-Version: 2.1
Name: gptlite
Version: 0.0.2
Author: LLMApp Group
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: langchain-core
Requires-Dist: pydantic
Requires-Dist: python-dotenv
Provides-Extra: dev
Requires-Dist: setuptools; extra == "dev"
Requires-Dist: wheel; extra == "dev"
Requires-Dist: twine; extra == "dev"

# GPTLite

## Geting Started

### Prerequisites

- Python 3.8+
- pip

### Installation

1. Clone the repository
   `git clone https://github.com/llmapp/gptlite.git`

2. Navigate into the cloned repository
   `cd gptlite`

3. Install the required packages

   - `make install`
   - or `pip install -r requirements.txt`

## Contributing

## License
