Deadmon commited on
Commit
69e7694
·
verified ·
1 Parent(s): 1004b9c

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -0
requirements.txt ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ gradio==4.44.0
2
+ openai==1.51.2
3
+ azure-identity==1.18.0
4
+ tiktoken==0.8.0
5
+ sqlite3; python_version >= '3.5' # Included in Python standard library