Files
langchain/requirements.txt
Harrison Chase 020c42dcae Harrison/add huggingface hub (#23)
Add support for huggingface hub

I could not find a good way to enforce stop tokens over the huggingface
hub api - that needs to hopefully be cleaned up in the future
2022-10-25 22:00:33 -07:00

16 lines
189 B
Plaintext

-r test_requirements.txt
# For linting
black
isort
mypy
flake8
flake8-docstrings
# For integrations
cohere
openai
google-search-results
playwright
huggingface_hub
# For development
jupyter