chat gpt app
1.0.0
A chat-gpt interface with streamlit.
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