KJ24 commited on
Commit
13b6021
·
verified ·
1 Parent(s): 56b3376

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -0
requirements.txt ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ fastapi
2
+ uvicorn
3
+ llama-index==0.10.43
4
+ llama-index-core==0.10.43
5
+ llama-index-llms-openai==0.1.16