mirror of
https://github.com/kennethreitz/langchain.git
synced 2026-06-05 23:00:18 +00:00
00766c9f31
- **Description:** Before: ` To install modules needed for the common LLM providers, run: ` After: ` To install modules needed for the common LLM providers, run the following command. Please bear in mind that this command is exclusively compatible with the `bash` shell: ` > This is required for the user so that the user will know if this command is compatible with `zsh` or not. --------- Co-authored-by: Bagatur <baskaryan@gmail.com>