This is a simple streamlit UI to interact with ChatGPT.
Get an API key from https://openai.com/api/
This can then be directly deployed to streamlit cloud. The api key can be set as a streamlit secrects.
Install using poetry and either use poetry shell
or poetry run
poetry install
streamlit run app/chatgpt.py
Pull requests are welcome.