Skip to main content

Bridging AI models

Project description

codecov GitHub Workflow Status PyPI - License GitHub Pipenv locked Python version PyPI - Downloads

OmniBridge

OmniBridge is a CLI tool that bridges between different AI models. It helps you can access different AI models in a centralized place.

Install

> pip install omnibridge

Usage

Available in CLI with the following arguments:

  • -m / --model
  • -p / --prompt
  • -l / --load-config

single model example:

python main.py -m chatgpt -p hello

multi model example:

python main.py -m chatgpt -p hello -m dalle -p goodbye

Note that the order of specification matters, meaning that in the above example, chatgpt will get the prompt hello and dalle will get the prompt goodbye

The configurations can be set in a .json file and given to the CLI tool with the flag -l <PATH_TO_CONFIG_FILE>.

For example:

{
    "chatgpt": {
        "api_key": "...",
        "model": "..."
    },
    "hugging_face": {
        "api_key": "...",
        "model_id": "..."
    },
    "dalle": {
        "api_key": "...",
        "num_of_images": ...,
        "resolution": "..."
    }
}

Contribute:

requirerments:

  • Python >=3.8

steps:

  1. Fork and clone this repository
  2. pip install pipenv
  3. pipenv install (in the root folder)
  4. pipenv shell

Run linter locally

inside pipenv shell, execute

ruff check ./

Run tests locally

pipenv run python -m pytest

Project details


Release history Release notifications | RSS feed

Download files

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

Source Distribution

OmniBridge-0.1.62.tar.gz (17.0 kB view details)

Uploaded Source

File details

Details for the file OmniBridge-0.1.62.tar.gz.

File metadata

  • Download URL: OmniBridge-0.1.62.tar.gz
  • Upload date:
  • Size: 17.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.3

File hashes

Hashes for OmniBridge-0.1.62.tar.gz
Algorithm Hash digest
SHA256 c9637cc17929d83ad59c2b6c1abf9a35ce610d4273b80c54ed31a45f0e268255
MD5 18ffe768d98fc9fa6b1f037859d8133e
BLAKE2b-256 01639a77d8af8c2cf4edd362422fe75abd55de82ba0ce0710975121305293f44

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