Skip to content

Commit

Permalink
Update langchain app dependencies (#1126)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-dmatthews authored Jul 29, 2024
1 parent 358b466 commit ecb2cce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions content/develop/tutorials/llms/llm-quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ Bonus: Deploy the app on Streamlit Community Cloud!

## Setup coding environment

In your IDE (integrated coding environment), open the terminal and install the following three Python libraries:
In your IDE (integrated coding environment), open the terminal and install the following two Python libraries:

```python
pip install streamlit openai langchain langchain-community langchain-openai
pip install streamlit langchain-openai
```

Create a `requirements.txt` file located in the root of your working directory and save these dependencies. This is necessary for deploying the app to the Streamlit Community Cloud later.
Expand Down
3 changes: 1 addition & 2 deletions python/tutorial-source/llm-18-lines-of-code/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
streamlit>=1.37.0
openai
langchain
langchain-openai

0 comments on commit ecb2cce

Please sign in to comment.