Skip to main content

A toolkit for initializing LLMs and embeddings with multiple providers

Project description

Init LLM

A toolkit for initializing LLMs(Langchain) and embeddings with multiple providers. All models are openai compatible.

Installation

pip install init-llm

Quick Start

from init_llm import ChatLLM, EmbeddingLLM

# Initialize chat model
llm = ChatLLM('openai')  # or 'azure', 'anthropic', etc.
response = llm.invoke('Hello!')

# Initialize embeddings
embeddings = EmbeddingLLM('text-embedding-3-small')
vector = embeddings.embed_query('Hello world')

Configuration

The package uses two configuration files:

  • model_providers.toml: Model configurations and provider settings
  • .env: API keys and other sensitive information

Auto Configuration

On first use, the package will:

  1. Check for configuration files in the working directory
  2. If not found, create them automatically with default settings
  3. Load environment variables from .env

Custom Configuration

You can specify custom configuration location and env file name:

llm = ChatLLM(
    'openai',
    config_dir='/path/to/config',
    env_file='custom.env'
)

See Supported Providers in model_providers.toml

License

MIT

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

init_llm-0.1.0.tar.gz (6.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

init_llm-0.1.0-py3-none-any.whl (7.5 kB view details)

Uploaded Python 3

File details

Details for the file init_llm-0.1.0.tar.gz.

File metadata

  • Download URL: init_llm-0.1.0.tar.gz
  • Upload date:
  • Size: 6.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.11.9

File hashes

Hashes for init_llm-0.1.0.tar.gz
Algorithm Hash digest
SHA256 20bba3a865a20acea484aa439ebd345b460a1517fbf79fbdc496ae6b1e95748f
MD5 cc7fbd8f113bafce33ea8056258ef5d4
BLAKE2b-256 52b2e07abc8eda839543f08807554bbb9789b573f775676d4ec2c1c4707af7ee

See more details on using hashes here.

File details

Details for the file init_llm-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: init_llm-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 7.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.11.9

File hashes

Hashes for init_llm-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 1bd97ec7870ad9bb39aaa1fbb664ef0a1dcc02233d04e44d76f8756a30fc5553
MD5 ff73e513b9a53c040db491d101657293
BLAKE2b-256 90298b5f9d210c6a23e71e7aa96adcd41f74ece5deed49e950daa72a17029c17

See more details on using hashes here.

Supported by

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