Metadata-Version: 2.1
Name: llmtoolset
Version: 0.3
Summary: Tools using ollama and torch that are easy and nice to have for working with local LLMs
Author: Matthew Sanchez
Author-email: 
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: chatollama
Requires-Dist: sentence-transformers

# llmtoolset

[![PyPI version](https://badge.fury.io/py/llmtoolset.svg)](https://badge.fury.io/py/llmtoolset)

**installs required** make sure these are installed before installing the **llmtoolset** so that it performs the best. Otherwise it auto installs a default torch. Also after the word torch you can include torchvision and torchaudio if you want those to be cuda enabled too
```
pip install torch --index-url https://download.pytorch.org/whl/cu118
```

**llmtoolset** description text

## Features

- **Feature1**: brief description

## Examples

```python

```
