spboucher04 commited on
Commit
d8d7cc2
1 Parent(s): 0e0bce9

Add requirements.txt with dependencies for OpenAI and Streamlit

Browse files

This commit adds a new requirements.txt file listing the necessary Python packages for running the Streamlit application integrated with the OpenAI API. The file includes specific versions for better compatibility and reproducibility. This ensures that all required dependencies are correctly managed and installed, facilitating easier setup and deployment of the application.

Files changed (1) hide show
  1. requirements.txt +2 -0
requirements.txt ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ openai
2
+ streamlit