Skip to content

A simplistic web interface for OpenAI's chat models, originally developed for the ProperData 2024 Summer Program.

Notifications You must be signed in to change notification settings

UCI-Networking-Group/properdata-chatgpt

 
 

Repository files navigation

ProperData ChatGPT

This is a simplistic web interface for OpenAI's chat models, originally developed for the ProperData 2024 Summer Program.

There is no backend. All the API calls are sent from the browser. You will need to supply your own API key in the settings.

Deployment

This is a Flutter project. Please follow this tutorial to setup the Flutter toolchain.

Run the following to build the webpage:

$ flutter pub get
$ flutter build web

If you want to deploy the webpage under a subdirectory (instead of the website root), specify the directory using --base-href command:

$ flutter build web --base-href /subdirectory/

The built files are in build/web/. Serve them on a HTTPs website. That's it.

The current master branch is deployed through GitHub pages: https://uci-networking-group.github.io/properdata-chatgpt/

About

A simplistic web interface for OpenAI's chat models, originally developed for the ProperData 2024 Summer Program.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 39.3%
  • C++ 30.3%
  • CMake 24.4%
  • Swift 2.5%
  • C 1.8%
  • HTML 1.5%
  • Other 0.2%