Bridging AI models
Project description
Install
requirerments:
- Python 3.11
steps:
- git clone https://github.com/tmpOrgName/tmp.git
- pip install pipenv
- pipenv install (in the root folder)
- pipenv shell
Run linter locally
inside pipenv shell, execute ruff check ./
Usage
Available in CLI with the following arguments:
- -m / --model
- -p / --prompt
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
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.17.tar.gz
(10.4 kB
view details)
File details
Details for the file OmniBridge-0.1.17.tar.gz.
File metadata
- Download URL: OmniBridge-0.1.17.tar.gz
- Upload date:
- Size: 10.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7945d7d231444fce3e637b34d4c9080ad6f55e00abb2406e8dc85bbe8c736494
|
|
| MD5 |
62bc1182c7ecedd4de003b8fd644a328
|
|
| BLAKE2b-256 |
f1ae1d8ae09d1a82053ace0a0e84afeb35d521a510164b62a86a6cff76fbd24a
|