ibadhasnain commited on
Commit
34a1d3c
·
verified ·
1 Parent(s): 8ca5817

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -6
requirements.txt CHANGED
@@ -1,11 +1,6 @@
1
- # Core
2
  chainlit==1.0.200
3
  python-dotenv==1.0.1
4
  pydantic==2.7.1
5
  typing-extensions>=4.5.0
6
-
7
- # LLM client
8
- openai==1.35.13 # don't pin httpx; let pip resolve a compatible one
9
-
10
- # Utilities (optional)
11
  tqdm>=4.66.0
 
 
1
  chainlit==1.0.200
2
  python-dotenv==1.0.1
3
  pydantic==2.7.1
4
  typing-extensions>=4.5.0
5
+ openai==1.35.13
 
 
 
 
6
  tqdm>=4.66.0