https://github.com/easonlai/robo_minion_gpt35turbo
This demo repository demonstrates how to create ChatGPT infused chatbot with Azure OpenAI Service (AOAI)'s GPT-3.5-Turbo model.
https://github.com/easonlai/robo_minion_gpt35turbo
azure azure-openai azureopenai chatgpt gpt-3 gpt-35-turbo minion minions python python3 streamlit streamlit-webapp
Last synced: 1 day ago
JSON representation
This demo repository demonstrates how to create ChatGPT infused chatbot with Azure OpenAI Service (AOAI)'s GPT-3.5-Turbo model.
- Host: GitHub
- URL: https://github.com/easonlai/robo_minion_gpt35turbo
- Owner: easonlai
- Created: 2023-04-05T14:45:22.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-08T12:03:39.000Z (about 2 years ago)
- Last Synced: 2025-04-04T08:21:49.676Z (23 days ago)
- Topics: azure, azure-openai, azureopenai, chatgpt, gpt-3, gpt-35-turbo, minion, minions, python, python3, streamlit, streamlit-webapp
- Language: Python
- Homepage:
- Size: 1.66 MB
- Stars: 6
- Watchers: 1
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Robo Minion - Powered by GPT-3.5-Turbo
This demo repository demonstrates how to create [ChatGPT](https://openai.com/blog/chatgpt) infused chatbot with [Azure OpenAI Service (AOAI)](https://learn.microsoft.com/en-us/azure/cognitive-services/openai/overview)'s [GPT-3.5-Turbo](https://learn.microsoft.com/en-us/azure/cognitive-services/openai/concepts/models#chatgpt-gpt-35-turbo-preview) model. I refer to my all-time favorite computer-animated comedy character, [Minions](https://en.wikipedia.org/wiki/Minions_(Despicable_Me)) 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](https://en.wikipedia.org/wiki/Despicable_Me), and [Universal Studios](https://www.universalstudios.com/), and make it got the brain of Minions.
I leveraged the [Streamlit](https://streamlit.io/) library/framework to build the [conversational UI](https://en.wikipedia.org/wiki/Conversational_user_interface) experience web app easily & rapidly.

To run this Streamlit web app
```
streamlit run app.py
```Enjoy!