Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 349 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 349 Bytes

chat-gpt

A chat-gpt interface with streamlit.

Usage

  1. Install requirements
pip install -r requirements.txt
  1. Generate password hash using password_hasher.py

  2. Replace password in config file with the hashed password

  3. Replace you openai api key with API_KEY in app.py

  4. Run app.py with streamlit

streamlit run app.py