Skip to content

AlexandreSajus/Taipy-GPT4-Demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages