Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lamini-ai/lamini
The Official Python Client for Lamini's API
https://github.com/lamini-ai/lamini
Last synced: 2 days ago
JSON representation
The Official Python Client for Lamini's API
- Host: GitHub
- URL: https://github.com/lamini-ai/lamini
- Owner: lamini-ai
- License: apache-2.0
- Created: 2023-04-20T01:35:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-22T04:17:56.000Z (about 2 months ago)
- Last Synced: 2024-12-03T08:01:56.596Z (9 days ago)
- Language: Python
- Homepage: https://lamini.ai/
- Size: 14.2 MB
- Stars: 2,517
- Watchers: 34
- Forks: 151
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- AiTreasureBox - lamini-ai/lamini - 12-07_2518_0](https://img.shields.io/github/stars/lamini-ai/lamini.svg) |Official repo for Lamini's data generator for generating instructions to train instruction-following LLMs| (Repos)
- ai-game-devtools - Lamini - tuning on their own data. | | | Tool | (Project List / <span id="tool">Tool (AI LLM)</span>)
- project-awesome - lamini-ai/lamini - (Python)
- awesome-production-machine-learning - Lamini - ai/lamini.svg?style=social) - Lamini is an LLM engine for rapidly customizing models. (Industry Strength NLP)
- StarryDivineSky - lamini-ai/lamini - ai.github.io/](https://lamini-ai.github.io/)找到,源代码可在[https://github.com/lamini-ai/lamini](https://github.com/lamini-ai/lamini)查看。 (A01_文本生成_文本对话 / 大语言对话模型及数据)
- awesome-ChatGPT-repositories - lamini - Today:🎉Hosted data generator for training LLMs like ChatGPT 🎉An open-source LLM, trained on the generated data with the Lamini engine 👉Early access waitlist to full training, incl. enterprise VPC etc. (NLP)
- awesome-llm-and-aigc - Lamini - ai/lamini?style=social"/> : Lamini: The LLM engine for rapidly customizing models 🦙. (Summary)
- awesome-llm-and-aigc - Lamini - ai/lamini?style=social"/> : Lamini: The LLM engine for rapidly customizing models 🦙 (Summary)
- awesome-cuda-and-hpc - Lamini - ai/lamini?style=social"/> : Lamini: The LLM engine for rapidly customizing models 🦙. (Frameworks)
- awesome-cuda-and-hpc - Lamini - ai/lamini?style=social"/> : Lamini: The LLM engine for rapidly customizing models 🦙. (Frameworks)
README
# Lamini
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 --upgrade --force-reinstall 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.
Create `~/.lamini/configure.yaml` and put a key in it.
```sh
production:
key: ""
```## Documentation
Package documentation here: [https://lamini-ai.github.io/](https://lamini-ai.github.io/)
## Github
Package source code here: [https://github.com/lamini-ai/lamini](https://github.com/lamini-ai/lamini)