simoncck commited on
Commit
093485f
·
verified ·
1 Parent(s): 0464de8

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -2
requirements.txt CHANGED
@@ -2,5 +2,9 @@ browser-use==0.2.7
2
  playwright==1.52.0
3
  fastapi==0.111.*
4
  uvicorn[standard]==0.30.*
5
- langchain-google-genai==2.1.5
6
- python-dotenv==1.0.*
 
 
 
 
 
2
  playwright==1.52.0
3
  fastapi==0.111.*
4
  uvicorn[standard]==0.30.*
5
+ python-dotenv==1.0.*
6
+
7
+ # LLM adapters
8
+ langchain-openai>=0.1,<1 # wrapper for both OpenAI & Azure OpenAI
9
+ openai>=1.30 # needed by langchain-openai
10
+ langchain-google-genai==2.1.5