fixed a pip install bug

This commit is contained in:
ishaan-jaff
2023-07-26 22:31:21 -07:00
parent 51e46e20c5
commit de45a738ee
6 changed files with 2 additions and 3 deletions
Vendored
BIN
View File
Binary file not shown.
Binary file not shown.
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: litellm
Version: 0.1.0
Version: 0.1.1
Summary: Library to easily interface with LLM API providers
Home-page: UNKNOWN
Author: Ishaan Jaffer
-1
View File
@@ -1,3 +1,2 @@
openai
cohere
os
+1 -1
View File
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup(
name='litellm',
version='0.1.00',
version='0.1.01',
description='Library to easily interface with LLM API providers',
author='Ishaan Jaffer',
packages=[