Metadata-Version: 2.1
Name: gptlite
Version: 0.0.4
Summary: GPTLite by LLMApp Group
Home-page: https://github.com/llmapp/gptlite/
Author: llmapp
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: langchain-core
Requires-Dist: openai
Requires-Dist: pydantic
Requires-Dist: python-dotenv
Requires-Dist: types-PyYAML
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: coverage; extra == "test"
Requires-Dist: flake8; extra == "test"
Requires-Dist: black; extra == "test"
Requires-Dist: isort; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Requires-Dist: mypy; extra == "test"
Requires-Dist: gitchangelog; extra == "test"
Requires-Dist: mkdocs; extra == "test"

# 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
