Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 391 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 391 Bytes

Custom chatGPT

Custom chat with streamlit

Create a .env file in root directory to add your OpenAI APIKEY. Format in .env-example

Running app:

Create a virtual environment and activate the environment. Install dependencies in requirements.txt

Run chat app using:

streamlit run chat.py

Run document Question and Answer app using:

streamlit run chat_with_doc.py