This python package is a client + SDK compatible with the Lamini API,
documented here: 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 --upgrade --force-reinstall lamini
.
To install Lamini latest version, simply use pip:
pip install lamini
To ensure optimal functionality, we recommend users to keep their installations updated by using the following command:
pip install --upgrade --force-reinstall lamini
- Visit https://app.lamini.ai/account and log in to acquire your unique API key.
- Create a file named
configure.yaml
in~/.lamini/
and insert your API key in the following format:
production:
key: "<YOUR-KEY-HERE>"
For detailed documentation on how to utilize the Lamini package, please refer to the official documentation.
Get started with Lamini by taking the Quick Tour here.
The source code for the Lamini package can be found on GitHub at lamini-ai/lamini. Feel free to explore and contribute!
Lamini is the LLM platform for developers to specialize LLMs on their own data and infrastructure: easier, faster, and better than any LLM for their use case. Our mission is to build customizable superintelligence that anyone can build and own.