cleaning up client, and fixing replicate bug

This commit is contained in:
Krrish Dholakia 2023-07-31 13:25:28 -07:00
parent 22374705b0
commit 745252e3bf
6 changed files with 216 additions and 186 deletions

View file

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