Table of Contents
A web app that integrates OpenAI's gpt-4o-mini large language model.
This is a personal learning project aimed at understanding how to use OpenAI's API, customize it and interact with it on the browser using a gradio.
Language | Python |
Frameworks | Gradio, OpenAI |
Project is completed.
- Chatbot persona - British Pub Goer
- Chatbot persona - Fabulous Gay Camp Guy
- ChatBot persona - Rational Robot
- Install an IDE of choice, e.g. PyCharm
- Obtain an API key from OpenAI's website
- Setup an environment variable that is OPENAI_API_KEY='api-key-here'
- Execute the 'webui chatbot.py' file
- Open the browser to the local link provided