Skip to content

90barricade93/lamini

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Latest Release GitHub License

Create Your Own Generative AI

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.

Installation


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

Setting Up Your Keys


  1. Visit https://app.lamini.ai/account and log in to acquire your unique API key.
  2. Create a file named configure.yaml in ~/.lamini/ and insert your API key in the following format:
production:
    key: "<YOUR-KEY-HERE>"

Documentation


For detailed documentation on how to utilize the Lamini package, please refer to the official documentation.

Quick Tour


Get started with Lamini by taking the Quick Tour here.

GitHub Repository


The source code for the Lamini package can be found on GitHub at lamini-ai/lamini. Feel free to explore and contribute!

About Lamini


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.


GitHub forks   © Lamini   GitHub stars


About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%