Quick run down on the process available on Substack.
Grab your openAi API key and create the file .streamlit/secrets.toml
:
openai_token = "sk-APIKEY"
openai_model = "gpt-3.5-turbo-0125"
Additionally, for GIF support, grab a tenor api key:
google_api_key = "API_KEY"
pip install -r requirements.txt
streamlit run app.py