mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 10:14:26 +00:00
update setup
This commit is contained in:
parent
bdf4ff4aed
commit
9d9c87db05
5 changed files with 2 additions and 1 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
3
setup.py
3
setup.py
|
@ -2,7 +2,7 @@ from setuptools import setup, find_packages
|
|||
|
||||
setup(
|
||||
name='litellm',
|
||||
version='0.1.207',
|
||||
version='0.1.208',
|
||||
description='Library to easily interface with LLM API providers',
|
||||
author='BerriAI',
|
||||
packages=[
|
||||
|
@ -16,5 +16,6 @@ setup(
|
|||
'replicate',
|
||||
'python-dotenv',
|
||||
'openai[datalib]',
|
||||
'google.generativeai'
|
||||
],
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue