Skip to content

longern/chatgpt-api-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!