/Taipy-GPT4-Demo

GPT-4 Chat Web App created in 80 lines of Python using Taipy

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Taipy GPT-4 Chat Demo

GPT-4 Chat Web App created in only 80 lines of Python using Taipy

App

Here's a quick Youtube devlog about the project:

Youtube Devlog

Usage

Important Note: This app requires an OpenAI API key connected to an account with access to GPT-4

  1. Clone this repo:
git clone https://github.com/AlexandreSajus/Taipy-GPT4-Demo.git
  1. Install the dependencies:
pip install -r requirements.txt
  1. Add your API key in the app.py file:
API_KEY = "ENTER YOUR API KEY HERE"
  1. Run the app:
python app.py