Simple script to use ChatGPT on your files.
https://customchatgpt-mqzmikehivdehitg5aw8ko.streamlit.app/
Install requirements.txt file
pip install -r requirements.txt
Create a file named .streamlit/secrets.toml in your project directory. Add your API key to the secrets.toml file like this:
OPENAI_API_KEY = "your_openai_api_key_here"
To start the Streamlit use
streamlit run pdf_chatbot.py