/complyte

Gmail style autocompletion in JavaScript

Primary LanguageJavaScript

Compyte

This is an unfinished project where I'm building a Gmail style autocompletion feature that uses ChatGPT for the completions.

Quick Start

  1. Add you OpenAI API key to OPENAI_API_KEY
$ export OPENAI_API_KEY=sk-XXXXXXXXXXXXXXXXXXXXX
  1. Launch the server
$ python3 server.py
  1. Go to http://localhost:5000