Skip to main content

Simple interface for creating and managing LLM chains

Project description

LLM-Blocks :chains:

GitHub stars PyPI version

LLM-Blocks is a Python library that provides a simple interface for creating and managing Language Learning Model (LLM) chains. It leverages the power of OpenAI's GPT-3.5-turbo to generate chat-like completions.

:book: Table of Contents

:rocket: Why Use LLM-Blocks

LLM-Blocks stands out from the crowd by providing a super simple interface for creating and managing LLM chains. It's perfect for developers who want to leverage the power of GPT-3.5-turbo without getting into the complexities of managing the model. With LLM-Blocks, you can create GPT completions and stream or batch outputs with ease.

:file_folder: Repo Structure

.
├── .gitignore
├── .env
├── llm_blocks
│   ├── chat_utils.py
│   └── __init__.py
├── requirements.txt
├── setup.py
└── turbo_docs.toml

:wrench: Installation

To install LLM-Blocks, run the following command:

pip install llm-blocks

:computer: Example Usage

Here's a simple example of how to use the GenericChain class in LLM-Blocks:

from llm_blocks.chat_utils import GenericChain

# Initialize the GenericChain class
chain = GenericChain(template="Hello, {name}!")

# Call the model with the given inputs
response = chain(name="John Doe")

# Print the response
print(response)

In this example, the GenericChain class is initialized with a template. The model is then called with the given inputs, and the response is printed.

:heart: Support

If you like this project, please give it a :star: on GitHub!

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

llm-blocks-0.2.6.tar.gz (3.2 kB view details)

Uploaded Source

Built Distribution

llm_blocks-0.2.6-py3-none-any.whl (3.4 kB view details)

Uploaded Python 3

File details

Details for the file llm-blocks-0.2.6.tar.gz.

File metadata

  • Download URL: llm-blocks-0.2.6.tar.gz
  • Upload date:
  • Size: 3.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.1

File hashes

Hashes for llm-blocks-0.2.6.tar.gz
Algorithm Hash digest
SHA256 defa5b0341afbfe8f4fb44ed2dae721bb8ef24693c9d555528dbd4c51d546ec7
MD5 3c113bf8c521d146250a822de6b8befc
BLAKE2b-256 a227dfa20041dc56309a72c7379e62040fd98586400cbe95f48ddb5c831fefc2

See more details on using hashes here.

File details

Details for the file llm_blocks-0.2.6-py3-none-any.whl.

File metadata

  • Download URL: llm_blocks-0.2.6-py3-none-any.whl
  • Upload date:
  • Size: 3.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.1

File hashes

Hashes for llm_blocks-0.2.6-py3-none-any.whl
Algorithm Hash digest
SHA256 fb7de31ec27e7b664272300b054b51cac7a3f8f97fb5c1a2e4c1c21cd5fa84d7
MD5 fb5a332d284f52fa4fea2db5e236d344
BLAKE2b-256 5d3ee8023d19471075251a00018b5b2070af9be591e78b5ce4046ef1ba6bdaa2

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page