mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 10:14:26 +00:00
fix pip install bug
This commit is contained in:
parent
6591202470
commit
1017663d84
1 changed files with 1 additions and 2 deletions
3
setup.py
3
setup.py
|
@ -10,7 +10,6 @@ setup(
|
|||
],
|
||||
install_requires=[
|
||||
'openai',
|
||||
'cohere',
|
||||
'os'
|
||||
'cohere'
|
||||
],
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue