/ChatGPTLikeChatBot

Create ChatGPT Like Chatbot using Streamlit & OpenAI

Primary LanguagePython

ChatGPTLikeChatBot

Create ChatGPT Like Chatbot using Streamlit & OpenAI

Installation

git clone https://github.com/ChatTeach/ChatGPTLikeChatBot.git

Create a folder '.streamlit' in this folder create a file 'secrets.toml'

.streamlit/secrets.toml

OPENAI_API_KEY = "YOUR_API_KEY"

pip install -r requirements.txt

#Run

streamlit run app.py