updating build to include helicone integration

This commit is contained in:
Krrish Dholakia 2023-08-03 08:36:25 -07:00
parent a764401642
commit 10832be1e4
22 changed files with 127 additions and 15 deletions

View file

@ -2,12 +2,15 @@ from setuptools import setup, find_packages
setup(
name='litellm',
version='0.1.222',
version='0.1.226',
description='Library to easily interface with LLM API providers',
author='BerriAI',
packages=[
'litellm'
],
package_data={
"litellm": ["integrations/*"], # Specify the directory path relative to your package
},
install_requires=[
'openai',
'cohere',