https://drive.google.com/file/d/16NBGP9QB7r07YMzmxbgcXHkuAwh0oOit/view?usp=sharing
- Follow the
MASTER_SETUP_SCRIPT.ipynbinsetup/ - set up openAI API Key:
on Linux/MacOS/Unix Terminals runexport OPENAI_API_KEY='your_openai_api_key_here'
on Windows runset OPENAI_API_KEY=your_openai_api_key_here
- Open bash terminal, run
uvicorn chatgpt_api.api:app --host 0.0.0.0 --port 8000 - Open a new bash terminal without closing the first, run
streamlit run chatbot.py - App should pop up in browser, else click Local URL in terminal
- Chat with the Chatbot!