Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 484 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 484 Bytes

🦜️🔗 LangChain Together

This repository contains 1 package with Together integrations with LangChain:

Setup for Testing

cd libs/together
poetry install --with lint,typing,test,test_integration,

Running the Unit Tests

cd libs/together
make tests

Running the Integration Tests

cd libs/together
export TOGETHER_API_KEY=<your-api-key>
make integration_tests