Metadata-Version: 2.1
Name: lamini
Version: 0.0.21
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

# Llama

Stop prompt tuning. Create your own Generative AI.

## 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/)

