run tests

This commit is contained in:
ishaan-jaff 2023-07-31 11:18:11 -07:00
parent f72b71d3c6
commit b85817a1c4
4 changed files with 6 additions and 49 deletions

View file

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