forked from phoenix/litellm-mirror
version 0.1.2
This commit is contained in:
parent
740208d643
commit
fa65f960e3
18 changed files with 888 additions and 234 deletions
4
setup.py
4
setup.py
|
@ -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'
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue