Skip to main content

Convenient LLM chat wrapper for data pipelines, CI/CD, or personal workspaces.

Project description

LLMT

Convenient LLM chat wrapper for data pipelines, CI/CD, or personal workspaces.

Supports local function calling, chat history retention, and can run anywhere. Chat using a terminal, input/output files, or directly through LLMT API.

Usage

Use the package in directly in your python code (pip install llmt), or as a local workspace running a container to interact with ChatGPT.

Module import

from llmt import LLMT


llmt = LLMT()
llmt.init_assistant(
    "dataengineer",
    api_key="...",
    model="gpt-3.5-turbo",
    assistant_description="You are a data engineer, and a python expert.",)
llmt.init_functions(["./my_functions.py"])
llmt.init_chat("single_chat")

response = llmt.run(
    "What's the result of 22 plus 5 in decimal added to the hexadecimal number A?"
)

Local workspace

Install Docker and make command. Make is not required since you can use docker compose.

  • Clone this repo.
  • If using custom functions, create your functions in the udf/ directory and import them in cli.py.
  • Update the default configuration file, or create a new one in configs/.
  • Run make run. Default config will let you use input and output files.
  • Use files/input.md to send messages.
  • Use files/output.md to receive messages.
  • CTRL + C to quit out of the container and clean up orphans.

Configuration file

If both (input_file, output_file) are ommited, then the default terminal will be used. Using the input and output files to converse with an LLM is easier than using the terminal.

  • input_file: specify a file for user input
  • output_file: specify a file for LLM response
  • assistants:
    • type: Assistant type, currently only OpenAI.
    • assistant_name: Assistant name.
    • assistant_description: Assistant description which OpenAI will use for assistant context.
    • api_key: OpenAI API key.
    • model: OpenAI model.
    • tools: Function definitions. For now, in addition to creating functions, functions must be also defined in a format which OpenAI API can understand. Functions take one object argument which must be unpacked to extract arguments within each function. Hopefully this changes in the future.

The image used for running this code has some common tools installed which I use daily in my custom functions:

  • awscli
  • cloudquery
  • numpy
  • pandas
  • psycopg2-binary
  • SQLAlchemy

Build and use your own image with additional tools for whatever your functions need.

Need help?

I help organizations build data pipelines with AI integrations. If your organization needs help building or exploring solutions, feel free to reach me at artem at outermeasure.com. The general workflow is:

  1. Fine tune a curated model with proprietary data to perform tasks specific to your pipeline.
  2. Deploy the model in your cloud environment.
  3. Connect your pipeline to the deployment via an API.
  4. Iterate and improve the model.

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

llmt-0.0.3.tar.gz (17.6 kB view details)

Uploaded Source

Built Distribution

llmt-0.0.3-py3-none-any.whl (18.4 kB view details)

Uploaded Python 3

File details

Details for the file llmt-0.0.3.tar.gz.

File metadata

  • Download URL: llmt-0.0.3.tar.gz
  • Upload date:
  • Size: 17.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.2

File hashes

Hashes for llmt-0.0.3.tar.gz
Algorithm Hash digest
SHA256 f4e742e5573d1062a3d4ed8250ea2fe355866a23a33f61f35a9cdd175bd8377e
MD5 e679309ffb5ce4f9cd049ec13e73130a
BLAKE2b-256 afb87093496eb8ac126b948b43cb7bf4466c2d34a14f55fde1e6cae195937a3f

See more details on using hashes here.

File details

Details for the file llmt-0.0.3-py3-none-any.whl.

File metadata

  • Download URL: llmt-0.0.3-py3-none-any.whl
  • Upload date:
  • Size: 18.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.2

File hashes

Hashes for llmt-0.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 44f5472caaacab1c500113606463367281ecd1704cbe91e55123a30b11ae31f1
MD5 a9072a1526385b33b670a1d3f24fd9d8
BLAKE2b-256 02681bc70c272258b80005365275cf062f1f4166236987aae7b7473d5e89e180

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