Skip to content

gokhangerdan/chat-gpt-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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