Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 284 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 284 Bytes

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