Skip to content

Commit

Permalink
fixed typo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
qcampbel committed Aug 19, 2024
1 parent 0f906af commit a9783c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ Note: to distinguish Together models from the rest, you'll need to add "together

## LLM Providers
By default, we support LLMs through OpenAI API. However, feel free to use other LLM providers. Make sure to install the necessary package for it. Here's list of packages required for alternative LLM providers we support:
- `pip install langchain_together` to use models from TogetherAI
- `pip install langchain_anthropic` to use models from Anthropic
- `pip install langchain_fireworks` to use models from Fireworks
- `pip install langchain-together` to use models from TogetherAI
- `pip install langchain-anthropic` to use models from Anthropic
- `pip install langchain-fireworks` to use models from Fireworks


## Contributing
Expand Down

0 comments on commit a9783c5

Please sign in to comment.