fix pip install bug

This commit is contained in:
Ishaan Jaff 2023-07-26 22:32:31 -07:00 committed by GitHub
parent df32b41c21
commit adbce4a32e

View file

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