version 0.1.2

This commit is contained in:
Krrish Dholakia 2023-07-31 08:46:23 -07:00
parent 740208d643
commit fa65f960e3
18 changed files with 888 additions and 234 deletions

View file

@ -2,9 +2,9 @@ from setuptools import setup, find_packages
setup(
name='litellm',
version='0.1.202',
version='0.1.2',
description='Library to easily interface with LLM API providers',
author='Ishaan Jaffer',
author='BerriAI',
packages=[
'litellm'
],