Metadata-Version: 2.1
Name: lamini
Version: 1.0.2
Summary: Build on large language models faster
Author-email: PowerML <info@powerml.co>
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pydantic ==1.10.*
Requires-Dist: lamini-configuration[yaml]
Requires-Dist: requests
Requires-Dist: tqdm
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: jsonlines
Requires-Dist: pandas
Requires-Dist: faiss-cpu
Requires-Dist: azure-storage-blob
Requires-Dist: scikit-learn

# Lamini

Stop prompt tuning. Create your own Generative AI.

This python package is a client + SDK compatible with the Lamini API, documented here: [https://lamini-ai.github.io/](https://lamini-ai.github.io/). For this reason, we recommend that most users stay up-to-date with the most recent stable version of our package available via `pip install lamini`.

## Installation

```sh
pip install lamini
```

## Setup your keys

Go to [https://app.lamini.ai/account](https://app.lamini.ai/account) and log in to get your API key and purchase credits.

Create `~/.powerml/configure_llama.yaml` and put a key in it.

```sh
production:
    key: "<YOUR-KEY-HERE>"
```

# Documentation

Package Documentation here: [https://lamini-ai.github.io/](https://lamini-ai.github.io/)

