Skip to content

Commit

Permalink
Merge pull request #1 from AliAbbasi/update/readme
Browse files Browse the repository at this point in the history
add missing requirements to README file
  • Loading branch information
techleadhd authored Jun 19, 2023
2 parents 1ccc375 + 49c552e commit b96ab93
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ Install [Langchain](https://github.com/hwchase17/langchain).
```
pip install langchain
pip install openai
pip install chromadb
pip install tiktoken
```
Modify `constants.py` to use your own [OpenAI API key](https://platform.openai.com/account/api-keys).

Expand Down

0 comments on commit b96ab93

Please sign in to comment.