This demo repository demonstrates how to create ChatGPT infused chatbot with Azure OpenAI Service (AOAI)'s GPT-3.5-Turbo model. I refer to my all-time favorite computer-animated comedy character, Minions to build this Robotic Minion. By defining the system message to instruct how the model should behave and reference Minions-related information, such as Minions, Despicable Me, and Universal Studios, and make it got the brain of Minions.
I leveraged the Streamlit library/framework to build the conversational UI experience web app easily & rapidly.
To run this Streamlit web app
streamlit run app.py
Enjoy!