ChatGPT_Streamlit

A ChatGPT web client implementation based on streamlit.

Usage

1. Set up API Key

Create ./.streamlit/secrets.toml and type apikey = "YOUR_OPENAI_API_KEY"

or edit GUI -> Settings -> API Key

2. Run the streamlit GUI

streamlit run app.py