mirror of
https://github.com/hwchase17/langchain.git
synced 2026-03-18 11:07:36 +00:00
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
16 lines
189 B
Plaintext
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
|