GPT-4 Chat Web App created in only 80 lines of Python using Taipy
Here's a quick Youtube devlog about the project:
Important Note: This app requires an OpenAI API key connected to an account with access to GPT-4
- Clone this repo:
git clone https://github.com/AlexandreSajus/Taipy-GPT4-Demo.git- Install the dependencies:
pip install -r requirements.txt- Add your API key in the
app.pyfile:
API_KEY = "ENTER YOUR API KEY HERE"- Run the app:
python app.py