A chat-gpt interface with streamlit.
- Install requirements
pip install -r requirements.txt
-
Generate password hash using password_hasher.py
-
Replace password in config file with the hashed password
-
Replace you openai api key with API_KEY in app.py
-
Run app.py with streamlit
streamlit run app.py