You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"""Module providing info about the package and its dependencies."""
from setuptools import setup, find_packages
setup(
name='multiaihub',
version='0.1.8', # Start with a version number
description='MAH makes it easy to send the same prompt to multiple LLMs',
license='Apache License 2.0',
long_description="MAH - Multi AI Hub is a project designed to make it easy to send the same prompt to multiple LLMs to help with testing and comparison.",