RickyIG commited on
Commit
6c4aa2f
1 Parent(s): 2504b2b

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -0
requirements.txt ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ transformers
2
+ langchain
3
+ openai
4
+ tiktoken
5
+ gradio
6
+ python-dotenv
7
+ jcopdl==1.1.10
8
+ typing-extensions==4.5.0