Skip to main content

llm wrappers for multimodal architectures team

Project description

mmar-llm

Library to access different LLM's via common API:

  • GigaChat
  • OpenRouter
  • ..

Usage

Create llm_config.json with llm-endpoints:

{
  "default_endpoint_key": "endpoint_key",
  "warmup": true,
  "wait_seconds_on_llm_retry": [1, 2, 4, 4, 4],
  "endpoints": [
    {
      "key": "endpoint_key",
      "caption": "GigaChat MAX 2",
      "descriptor": "gigachat",
      "args": {
		"authorization_key": "MDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwOjAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMA=="
      }
    },
	...
  ]
}

Create llm-hub:

from pathlib import Path
from types import SimpleNamespace

from mmar_llm import LLMConfig, LLMHub


def create_llm_hub(llm_config_path: str, tmp_path: str | None = None):
    llm_config = LLMConfig.model_validate_json(Path(llm_config_path).read_text())
    llm_hub_config = SimpleNamespace(llm=llm_config, files_dir=tmp_path)
    llm_hub = LLMHub(llm_hub_config)
    return llm_hub

lh = create_llm_hub('/path/to/llm_config.json')
print(lh.get_response(request='What is your name?'))

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

mmar_llm-2.0.20.tar.gz (12.5 kB view details)

Uploaded Source

Built Distribution

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

mmar_llm-2.0.20-py3-none-any.whl (18.1 kB view details)

Uploaded Python 3

File details

Details for the file mmar_llm-2.0.20.tar.gz.

File metadata

  • Download URL: mmar_llm-2.0.20.tar.gz
  • Upload date:
  • Size: 12.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.5.31

File hashes

Hashes for mmar_llm-2.0.20.tar.gz
Algorithm Hash digest
SHA256 caf36d1764d26dbd649b929039ae7b707e0dd71d530d9bc39b938c52594a3347
MD5 8bea56f80a6cd5f19adea97f361d1c88
BLAKE2b-256 9948073f6b0667da24ecde2f0574fed89f97d3092d4c09a759efaf91f3548842

See more details on using hashes here.

File details

Details for the file mmar_llm-2.0.20-py3-none-any.whl.

File metadata

  • Download URL: mmar_llm-2.0.20-py3-none-any.whl
  • Upload date:
  • Size: 18.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.5.31

File hashes

Hashes for mmar_llm-2.0.20-py3-none-any.whl
Algorithm Hash digest
SHA256 d90e57b8292885f7f3152514adcdc064d8bc8a0c259d1a53a1591a78682d8343
MD5 2c72c1d04c69392f58cbee128b654919
BLAKE2b-256 58f222ed8836ba19de3472d7920748facdc0f69ef02575692a16c0c688e4ce38

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