fix pip install bug

This commit is contained in:
Ishaan Jaff 2023-07-26 22:32:31 -07:00 committed by GitHub
parent 6591202470
commit 1017663d84
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,6 @@ setup(
],
install_requires=[
'openai',
'cohere',
'os'
'cohere'
],
)