Vittal-M commited on
Commit
5e5933e
·
verified ·
1 Parent(s): e3d838a

Upload requirements.txt with huggingface_hub

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -0
requirements.txt ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ fastapi>=0.104.0
2
+ uvicorn>=0.24.0
3
+ pydantic>=2.5.0
4
+ openai>=1.6.0
5
+ pyyaml>=6.0
6
+ httpx>=0.25.0