Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 839 Bytes

README.md

File metadata and controls

43 lines (29 loc) · 839 Bytes

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