Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 384 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 384 Bytes

chatgpt-api-frontend

Frontend of ChatGPT API, with an optional Cloudflare Pages Functions backend to proxy requests and store tokens.

Features

  • Chat with gpt-3.5-turbo model
  • Stream HTTP responses
  • Markdown support
  • Code highlighting
  • Save chat history
  • Store token in backend or require user to provide it

Usage

Open index.html. That's it!