parjun commited on
Commit
df76dc4
·
verified ·
1 Parent(s): 176e4f8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -6
README.md CHANGED
@@ -49,12 +49,13 @@ source venv/bin/activate
49
  Create a `requirements.txt` file with the following content:
50
 
51
  ```
52
- langchain==0.1.4
53
- langchain-openai==0.0.5
54
- langgraph==0.0.20
55
- pydantic==2.5.2
56
- streamlit==1.28.0
57
- python-dotenv==1.0.0
 
58
  ```
59
 
60
  Install the packages:
 
49
  Create a `requirements.txt` file with the following content:
50
 
51
  ```
52
+ langchain
53
+ langchain-openai
54
+ langchain_groq
55
+ langgraph
56
+ pydantic
57
+ streamlit
58
+ python-dotenv
59
  ```
60
 
61
  Install the packages: