A clone of ChatGPT UI to access the models via API
- Clone this repository
git clone https://github.com/hrushik98/chatgpt-clone.git
- cd into the folder
cd chatgpt-clone
-
Install the requirements
pip install -r requirements.txt
-
run the app
streamlit run app.py