run tests

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

View file

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