forked from phoenix/litellm-mirror
updating build to include helicone integration
This commit is contained in:
parent
a764401642
commit
10832be1e4
22 changed files with 127 additions and 15 deletions
5
setup.py
5
setup.py
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue