mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 03:04:13 +00:00
fixed a pip install bug
This commit is contained in:
parent
8c724e62cd
commit
36eaaa7d36
6 changed files with 2 additions and 3 deletions
BIN
.DS_Store
vendored
Normal file
BIN
.DS_Store
vendored
Normal file
Binary file not shown.
BIN
dist/litellm-0.1.1-py3-none-any.whl
vendored
Normal file
BIN
dist/litellm-0.1.1-py3-none-any.whl
vendored
Normal file
Binary file not shown.
BIN
dist/litellm-0.1.1.tar.gz
vendored
Normal file
BIN
dist/litellm-0.1.1.tar.gz
vendored
Normal file
Binary file not shown.
|
@ -1,6 +1,6 @@
|
||||||
Metadata-Version: 2.1
|
Metadata-Version: 2.1
|
||||||
Name: litellm
|
Name: litellm
|
||||||
Version: 0.1.0
|
Version: 0.1.1
|
||||||
Summary: Library to easily interface with LLM API providers
|
Summary: Library to easily interface with LLM API providers
|
||||||
Home-page: UNKNOWN
|
Home-page: UNKNOWN
|
||||||
Author: Ishaan Jaffer
|
Author: Ishaan Jaffer
|
||||||
|
|
|
@ -1,3 +1,2 @@
|
||||||
openai
|
openai
|
||||||
cohere
|
cohere
|
||||||
os
|
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -2,7 +2,7 @@ from setuptools import setup, find_packages
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='litellm',
|
name='litellm',
|
||||||
version='0.1.00',
|
version='0.1.01',
|
||||||
description='Library to easily interface with LLM API providers',
|
description='Library to easily interface with LLM API providers',
|
||||||
author='Ishaan Jaffer',
|
author='Ishaan Jaffer',
|
||||||
packages=[
|
packages=[
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue