Create ChatGPT Like Chatbot using Streamlit & OpenAI
git clone https://github.com/ChatTeach/ChatGPTLikeChatBot.git
Create a folder '.streamlit' in this folder create a file 'secrets.toml'
OPENAI_API_KEY = "YOUR_API_KEY"
pip install -r requirements.txt
#Run
streamlit run app.py