Xakiy commited on
Commit
2935be2
·
verified ·
1 Parent(s): 1816e65

Upload 2 files

Browse files
Files changed (2) hide show
  1. .env +1 -0
  2. requirement.txt +3 -0
.env ADDED
@@ -0,0 +1 @@
 
 
1
+ OPEN_AI_API_KEY=""
requirement.txt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ openai==0.28
2
+ gradio==4.44.1
3
+ python-dotenv